From f2e1338eba568ac7caa0051d57f1f6a10ae81801 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Sat, 14 Sep 2019 12:15:04 +0100 Subject: Update zlib 3rd party code to v1.2.11 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. --- zlib/Zlib.vcxproj.filters | 89 ----------------------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 zlib/Zlib.vcxproj.filters (limited to 'zlib/Zlib.vcxproj.filters') diff --git a/zlib/Zlib.vcxproj.filters b/zlib/Zlib.vcxproj.filters deleted file mode 100644 index 49b7870..0000000 --- a/zlib/Zlib.vcxproj.filters +++ /dev/null @@ -1,89 +0,0 @@ - - - - - {fdbfe4fc-5863-4305-9494-63fb153c8952} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6d63b947-3073-4f9d-b68f-d0232f40a6ca} - h;hpp;hxx;hm;inl - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file -- cgit v1.1