compile zlib with -MT instead of -MD

This commit is contained in:
Frank Morgner 2016-06-05 22:38:05 +02:00
parent 050c62f7df
commit 84d4b0630c
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ build_script:
- ps: >-
if (!($env:Configuration -Like "*Light*")) {
cd C:\zlib
(Get-Content win32/Makefile.msc).replace('-MD', '-MT') | Set-Content win32/Makefile.msc
If ($env:Platform -Match "x86") {
nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj" zlib.lib
} Else {