]> Dogcows Code - chaz/yoink/blobdiff - Makefile.am
new windows installer script, clarified licenses
[chaz/yoink] / Makefile.am
index fa1e4f58f7959c514d8da7efe44a45ace75a4351..b1ac384fa24020ff0a1c3febe370a562eeb8e031 100644 (file)
@@ -11,6 +11,16 @@ debug: all
        $(MAKE) -C src debug
 
 
+if WIN32
+installer: all
+       @echo "Creating win32 installer..."
+       @(sh make-win32-installer.sh 2> installer.log 1>&2 && \
+         rm installer.log && echo "Done.") || \
+       (echo "Installer compilation failed!"; \
+        echo "Check installer.log for details."; exit 1)
+endif
+
+
 RPMBUILD = rpmbuild
 
 rpm: dist-bzip2
This page took 0.018123 seconds and 4 git commands to generate.