disable upx for now. It's not working on VC7.1 executables
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
;General
|
;General
|
||||||
|
|
||||||
!system "echo This may take a moment ..." ignore
|
!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}"
|
Name "${PRODUCT_NAME_VER}"
|
||||||
OutFile "${PRODUCT_NAME_VER}.exe"
|
OutFile "${PRODUCT_NAME_VER}.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user