diff options
author | Thomas Heller <theller@ctypes.org> | 2004-06-18 18:29:46 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-06-18 18:29:46 (GMT) |
commit | 74db40419e9955ffc59269ea283cf7b44c2c7fa5 (patch) | |
tree | 2bfd46c9ebd201844b4fa3fe2d31fc0b69cc9aed /PC/bdist_wininst/wininst-7.1.vcproj | |
parent | dd6d207cf80c6866cb8036a56ea19759370a468b (diff) | |
download | cpython-74db40419e9955ffc59269ea283cf7b44c2c7fa5.zip cpython-74db40419e9955ffc59269ea283cf7b44c2c7fa5.tar.gz cpython-74db40419e9955ffc59269ea283cf7b44c2c7fa5.tar.bz2 |
The wininst.exe is no longer compressed with UPX.
Diffstat (limited to 'PC/bdist_wininst/wininst-7.1.vcproj')
-rw-r--r-- | PC/bdist_wininst/wininst-7.1.vcproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/bdist_wininst/wininst-7.1.vcproj b/PC/bdist_wininst/wininst-7.1.vcproj index 80fcdeb..b73cf34 100644 --- a/PC/bdist_wininst/wininst-7.1.vcproj +++ b/PC/bdist_wininst/wininst-7.1.vcproj @@ -58,8 +58,7 @@ TypeLibraryName=".\..\..\lib\distutils\command/wininst.tlb" HeaderFileName=""/> <Tool - Name="VCPostBuildEventTool" - CommandLine="c:\util\upx.exe --force --best "$(TARGETPATH)" || echo "wininst.exe not compressed""/> + Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool |