From 5de6afea90b6cafb047704202b7c9c91cd8d2f2f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 1 Nov 2005 23:42:59 +0000 Subject: [PATCH] disable upx for now. It's not working on VC7.1 executables --- stepmania/stepmania.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 3aa7280750..ca975b97a4 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -19,7 +19,7 @@ ;General !system "echo This may take a moment ..." ignore - !system "utils\upx Program\*.exe Program\*.dll" ignore + ; upx isn't working with VC++2003 executables. Disable temporarily. ;!system "utils\upx Program\*.exe Program\*.dll" ignore Name "${PRODUCT_NAME_VER}" OutFile "${PRODUCT_NAME_VER}.exe"