mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
More updates for zlib 1.2.1
This commit is contained in:
parent
21eca43083
commit
09de756726
1 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
OutputFile="./zlib_d.pyd"
|
OutputFile="./zlib_d.pyd"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
IgnoreDefaultLibraryNames="libc"
|
IgnoreDefaultLibraryNames="libc;msvcrt"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile=".\./zlib_d.pdb"
|
ProgramDatabaseFile=".\./zlib_d.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
|
@ -110,7 +110,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="..\..\zlib-1.1.4\zlib.lib"
|
AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
|
||||||
OutputFile="./zlib.pyd"
|
OutputFile="./zlib.pyd"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
|
@ -136,8 +136,8 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
Description="Checking static zlib has been built"
|
Description="Checking static zlib has been built"
|
||||||
CommandLine="cd ..\..\zlib-1.1.4
|
CommandLine="cd ..\..\zlib-1.2.1
|
||||||
nmake -nologo -f msdos\makefile.w32 zlib.lib
|
nmake -nologo -f win32\Makefile.msc zlib.lib
|
||||||
"/>
|
"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCResourceCompilerTool"
|
Name="VCResourceCompilerTool"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue