-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40101eb
commit 5d71015
Showing
8 changed files
with
62 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@echo off | ||
set ZLIB_CUR_DIR=%~dp0 | ||
|
||
set ZLIB_DIR=%ZLIB_CUR_DIR%\zlib | ||
|
||
rmdir /S /Q "%ZLIB_DIR%\build" | ||
mkdir "%ZLIB_DIR%\build" | ||
|
||
set PATH=%PATH%;C:\Program Files\CMake\bin | ||
|
||
cmake -S "%ZLIB_DIR%" -B "%ZLIB_DIR%\build" -A Win32 ^ | ||
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW ^ | ||
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded ^ | ||
-DCMAKE_BUILD_TYPE=Release | ||
|
||
cmake --build "%ZLIB_DIR%\build" --config Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters