summaryrefslogtreecommitdiffhomepage
path: root/zlib/contrib/vstudio/vc10/minizip.vcxproj
AgeCommit message (Collapse)Author
2022-02-09Moved third-party libraries to a separate subdirectoryAki
2021-09-29Merge commit '07162fa301835387e4da4278326ec1ff45d1dc3e' as 'zlib'Aki
2021-09-29Removed zlibAki
2019-09-14Update zlib 3rd party code to v1.2.11Yasha Jannoo
zlib source code, version 1.2.11. https://www.zlib.net/. Include all the gynmastics involved in: - making sure we compile zlibstat and set the output files locations and filename to those expected by the starshatter setup. - turning off the ASM includes as they are invalid for the new versions of zlib (and crash when running). - matching the calling conventions of the Starshatter code by ommiting ZLIB_WINAPI from the zlib preprocessor defines. - fix debug build compile error in zlibstatic: https://stackoverflow.com/questions/31867018/unresolved-external-symbol-except-handler4-common-in-visual-studio-2015 This fixes some string warnings.