summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-03 07:10:14 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-03 07:10:14 (GMT)
commit4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8 (patch)
tree8a639333e9ec4186958052c251c51db3a2a84f09 /PCbuild/pythoncore.vcproj
parent70cef449caf0d6e9272980ad23732b5e10eb958a (diff)
downloadcpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.zip
cpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.tar.gz
cpython-4e6aff5e9bdb08f31413bdfcd131b3db4269a8f8.tar.bz2
Make zlib builtin.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj61
1 files changed, 61 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index aceb765..15a37e5 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -226,6 +226,67 @@
<References>
</References>
<Files>
+ <Filter
+ Name="zlib"
+ Filter="">
+ <File
+ RelativePath="..\Modules\zlib\adler32.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\compress.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\crc32.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\deflate.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\gzio.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\infback.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\inffast.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\inflate.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\inftrees.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\trees.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\uncompr.c">
+ </File>
+ <File
+ RelativePath="..\Modules\zlibmodule.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\Modules\zlib"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\Modules\zlib"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="ReleaseItanium|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\Modules\zlib"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\Modules\zlib\zutil.c">
+ </File>
+ </Filter>
<File
RelativePath="..\Modules\_bisectmodule.c">
</File>