Big refactoring completed. Everything prepared for the separation of core and gui.
[quassel.git] / Makefile
index 51e4bcc..3de1c2c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,9 @@ default:
 
 run_cmake:
        cd build && cmake .. && make
+
+# I need the prepare/restore at my system, because I have to alter the $PATH
+# temporarily. Because it's very system dependent, I didn't include the files.
+# -- kaffeedoktor
+build_windows:
+       win_build.bat