Age | Commit message (Collapse) | Author |
|
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.
|
|
Fixes incompatibility between /ZI and /Gy- by not allowing ZI at all for the time-being. We can turn it on again later.
|
|
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
|
|
This reverts commit f935fb0960b1563d6404d2fec21963b20f498a3b.
|
|
This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead.
|
|
Retarget all projects in the Starshatter.sln from v110 (VS12) to v141 (VS17)
|
|
|
|
|
|
|
|
|
|
implementations.
|
|
|
|
|
|
|
|
|
|
|
|
Do note that it is possible to compile Starshatter.exe now.
|
|
|
|
|