]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
To avoid licensing issues, the stub exe for the bdist_wininst
authorThomas Heller <theller@ctypes.org>
Tue, 25 May 2004 18:35:48 +0000 (18:35 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 25 May 2004 18:35:48 +0000 (18:35 +0000)
installer is no longer compressed with upx.  This adds about 35 kB to
any installer.

PC/bdist_wininst/wininst.dsp

index 2d951e6812db68f01c7cacd5dbeef8f490dfbc43..fd575d3270eb3bf1b30ea57ed7570ee40a7a1ac7 100644 (file)
@@ -54,11 +54,6 @@ BSC32=bscmake.exe
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
 # ADD LINK32 ..\..\..\zlib-1.1.4\zlib.lib imagehlp.lib comdlg32.lib ole32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"LIBC"
-# Begin Special Build Tool
-TargetPath=\sf\python\dist\src\lib\distutils\command\wininst.exe
-SOURCE="$(InputPath)"
-PostBuild_Cmds=upx.exe --best $(TARGETPATH) || echo "wininst.exe not compressed"
-# End Special Build Tool
 
 !ELSEIF  "$(CFG)" == "wininst - Win32 Debug"