Created
June 3, 2016 22:35
-
-
Save MrSapps/ce636c38bb12a6e8eaf86a0feac11c0a to your computer and use it in GitHub Desktop.
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
set SDL2DIR=C:\SDL2-2.0.3 | |
mkdir build | |
cd build | |
cmake .. -G"Visual Studio 12 2013 Win64" | |
msbuild alive.sln | |
pause | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment