Compress the executables. I'm not doing this during the build because

it takes a few seconds.
This commit is contained in:
Glenn Maynard
2003-05-22 23:44:17 +00:00
parent e095545aa6
commit de6dcbe208
+4
View File
@@ -18,6 +18,10 @@
!define PRODUCT_ID "StepMania CVS"
!define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}"
!system "echo This may take a moment ..." ignore
!system "utils\upx StepMania.exe" ignore
!system "utils\upx smpackage.exe" ignore
Name "${PRODUCT_NAME}"
OutFile "StepMania-CVS-20030422.exe"
;OutFile "StepMania301.exe"