disable upx for now. It's not working on VC7.1 executables

This commit is contained in:
Chris Danford
2005-11-01 23:42:59 +00:00
parent d08591e0f3
commit 5de6afea90
+1 -1
View File
@@ -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"