From de6dcbe2088d0272b0b9243409c8e5856c19da62 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 May 2003 23:44:17 +0000 Subject: [PATCH] Compress the executables. I'm not doing this during the build because it takes a few seconds. --- stepmania/stepmania.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index fadbbf47d7..0a9c7668a2 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -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"