msvc: build with zlib (for pixcen .gpx loading)

This commit is contained in:
Thomas Bernard
2019-05-03 20:11:28 +02:00
parent 70dd6e3efd
commit 0207038295
4 changed files with 16 additions and 14 deletions

View File

@@ -17,5 +17,7 @@
<PNGLibDirRelease>..\..\..\..\lpng1634\projects\vstudio\Release Library</PNGLibDirRelease>
<TIFFIncDir>..\..\..\..\tiff-4.0.10\libtiff</TIFFIncDir>
<TIFFLibDir>..\..\..\..\tiff-4.0.10\libtiff</TIFFLibDir>
<ZLibIncDir>..\..\..\..\zlib-1.2.11</ZLibIncDir>
<ZLibLibDir>..\..\..\..\zlib-1.2.11</ZLibLibDir>
</PropertyGroup>
</Project>