You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
228 B
11 lines
228 B
2 years ago
|
set SDL2DIR=..\..\SDL2-2.0.14
|
||
|
set SDL2IMAGEDIR=..\..\SDL2_image-2.0.4
|
||
|
|
||
|
if not exist "build" mkdir "build"
|
||
|
if not exist "build\win32" mkdir "build\win32"
|
||
|
|
||
|
cd build\win32
|
||
|
|
||
|
cmake -G "Visual Studio 15 2017" ..\..
|
||
|
|
||
|
cd ..\..
|