summaryrefslogtreecommitdiff
path: root/PC/bdist_wininst
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-04-16 18:47:50 +0000
committerThomas Heller <theller@ctypes.org>2004-04-16 18:47:50 +0000
commit77d5240275f2311dceb88bbbb7e003f277846add (patch)
tree8e4005829fc2beea6823c020518c48381c4c0fff /PC/bdist_wininst
parent2fa4ec76860804d6e8de2c1c23cc92b56faa74f2 (diff)
downloadcpython-77d5240275f2311dceb88bbbb7e003f277846add.tar.gz
The wininst-7.1.exe template binary for bdist_wininst is now linked
with zlib-1.2.1. UPX needs the --force flag to be able to compress it.
Diffstat (limited to 'PC/bdist_wininst')
-rw-r--r--PC/bdist_wininst/wininst-7.1.vcproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/PC/bdist_wininst/wininst-7.1.vcproj b/PC/bdist_wininst/wininst-7.1.vcproj
index 55bac5be95..80fcdebaea 100644
--- a/PC/bdist_wininst/wininst-7.1.vcproj
+++ b/PC/bdist_wininst/wininst-7.1.vcproj
@@ -24,7 +24,7 @@
Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\..\Include,..\..\..\zlib-1.1.4"
+ AdditionalIncludeDirectories="..\..\Include,..\..\..\zlib-1.2.1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@@ -41,7 +41,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\zlib-1.1.4\zlib.lib imagehlp.lib comctl32.lib"
+ AdditionalDependencies="..\..\..\zlib-1.2.1\zlib.lib imagehlp.lib comctl32.lib"
OutputFile="..\..\lib\distutils\command/wininst-7.1.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -59,7 +59,7 @@
HeaderFileName=""/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="c:\util\upx.exe --best &quot;$(TARGETPATH)&quot; || echo &quot;wininst.exe not compressed&quot;"/>
+ CommandLine="c:\util\upx.exe --force --best &quot;$(TARGETPATH)&quot; || echo &quot;wininst.exe not compressed&quot;"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -90,7 +90,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\Include,..\..\..\zlib-1.1.4"
+ AdditionalIncludeDirectories="..\..\Include,..\..\..\zlib-1.2.1"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
@@ -107,7 +107,7 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="..\..\..\zlib-1.1.4\zlib.lib imagehlp.lib comctl32.lib"
+ AdditionalDependencies="..\..\..\zlib-1.2.1\zlib.lib imagehlp.lib comctl32.lib"
OutputFile="..\..\lib\distutils\command/wininst-7.1_d.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"