Modify zlib vcproj to support the latest version (zlib 1.2.5)

This commit is contained in:
gocha 2011-05-01 16:40:25 +09:00 committed by OV2
parent 6ca7a7e081
commit 7ff42c90fd
1 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="zlib"
ProjectGUID="{99E9817A-4605-44AF-8433-7048F0EC1859}"
RootNamespace="zlib"
@ -569,7 +569,19 @@
>
</File>
<File
RelativePath="..\..\..\zlib\gzio.c"
RelativePath="..\..\..\zlib\gzclose.c"
>
</File>
<File
RelativePath="..\..\..\zlib\gzlib.c"
>
</File>
<File
RelativePath="..\..\..\zlib\gzread.c"
>
</File>
<File
RelativePath="..\..\..\zlib\gzwrite.c"
>
</File>
<File