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
e73357f6f0
commit
efd484f687
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9.00"
|
||||||
Name="zlib"
|
Name="zlib"
|
||||||
ProjectGUID="{99E9817A-4605-44AF-8433-7048F0EC1859}"
|
ProjectGUID="{99E9817A-4605-44AF-8433-7048F0EC1859}"
|
||||||
RootNamespace="zlib"
|
RootNamespace="zlib"
|
||||||
|
@ -569,7 +569,19 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<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>
|
||||||
<File
|
<File
|
||||||
|
|
Loading…
Reference in New Issue