]> Dogcows Code - chaz/yoink/blobdiff - win32/Makefile.am
now can create win32 portable packages
[chaz/yoink] / win32 / Makefile.am
diff --git a/win32/Makefile.am b/win32/Makefile.am
deleted file mode 100644 (file)
index 016518b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-INSTALLER_NAME = yoinksetup-$(VERSION).exe
-
-.PHONY: installer
-installer:
-       @echo "Building win32 installer..."
-       @(sh mkpackage.sh $(INSTALLER_NAME) 2> installer.log 1>&2 && \
-         rm installer.log && echo "Done.") || \
-       (echo "Installer compilation failed!"; \
-        echo "Check installer.log for details."; exit 1)
-
This page took 0.01992 seconds and 4 git commands to generate.