mirror of https://github.com/snes9xgit/snes9x.git
Modify zlib vcproj to support the latest version (zlib 1.2.5)
This commit is contained in:
parent
6ca7a7e081
commit
7ff42c90fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue