From: Thomas Heller Date: Tue, 25 May 2004 18:35:48 +0000 (+0000) Subject: To avoid licensing issues, the stub exe for the bdist_wininst X-Git-Tag: v2.3.4~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b433c593954481bc4e6799d03d9de92615807b33;p=thirdparty%2FPython%2Fcpython.git To avoid licensing issues, the stub exe for the bdist_wininst installer is no longer compressed with upx. This adds about 35 kB to any installer. --- diff --git a/PC/bdist_wininst/wininst.dsp b/PC/bdist_wininst/wininst.dsp index 2d951e6812db..fd575d3270eb 100644 --- a/PC/bdist_wininst/wininst.dsp +++ b/PC/bdist_wininst/wininst.dsp @@ -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"