[mapguide-commits] r9984 - trunk/MgDev/Oem/gd/lpng/projects/vs

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 13 02:08:47 PDT 2022


Author: jng
Date: 2022-10-13 02:08:46 -0700 (Thu, 13 Oct 2022)
New Revision: 9984

Modified:
   trunk/MgDev/Oem/gd/lpng/projects/vs/zlib.vcxproj
Log:
#2854: Update our internal zlib.vcxproj

Modified: trunk/MgDev/Oem/gd/lpng/projects/vs/zlib.vcxproj
===================================================================
--- trunk/MgDev/Oem/gd/lpng/projects/vs/zlib.vcxproj	2022-10-13 08:51:02 UTC (rev 9983)
+++ trunk/MgDev/Oem/gd/lpng/projects/vs/zlib.vcxproj	2022-10-13 09:08:46 UTC (rev 9984)
@@ -632,7 +632,10 @@
     <ClCompile Include="..\..\..\zlib\compress.c" />
     <ClCompile Include="..\..\..\zlib\crc32.c" />
     <ClCompile Include="..\..\..\zlib\deflate.c" />
-    <ClCompile Include="..\..\..\zlib\gzio.c" />
+    <ClCompile Include="..\..\..\zlib\gzclose.c" />
+    <ClCompile Include="..\..\..\zlib\gzlib.c" />
+    <ClCompile Include="..\..\..\zlib\gzread.c" />
+    <ClCompile Include="..\..\..\zlib\gzwrite.c" />
     <ClCompile Include="..\..\..\zlib\infback.c" />
     <ClCompile Include="..\..\..\zlib\inffast.c" />
     <ClCompile Include="..\..\..\zlib\inflate.c" />
@@ -675,6 +678,7 @@
   <ItemGroup>
     <ClInclude Include="..\..\..\zlib\crc32.h" />
     <ClInclude Include="..\..\..\zlib\deflate.h" />
+    <ClInclude Include="..\..\..\zlib\gzguts.h" />
     <ClInclude Include="..\..\..\zlib\inffast.h" />
     <ClInclude Include="..\..\..\zlib\inffixed.h" />
     <ClInclude Include="..\..\..\zlib\inflate.h" />



More information about the mapguide-commits mailing list