From beac4185398bb738704f2f023163ab4dbc152a43 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 1 Feb 2007 21:08:55 +0000 Subject: [PATCH] re-enable upx --- stepmania/stepmania.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 7fe6c59f28..f98b438c41 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -19,7 +19,7 @@ ;General !system "echo This may take a moment ..." ignore - ; upx isn't working with VC++2003 executables. Disable temporarily. ;!system "utils\upx Program\*.exe Program\*.dll" ignore + !system "utils\upx Program\*.exe Program\*.dll" ignore Name "${PRODUCT_DISPLAY}" OutFile "${PRODUCT_DISPLAY}.exe"