Created
October 25, 2021 03:35
-
-
Save ishan9299/e77371fc5c1daa1d27672f918a7db567 to your computer and use it in GitHub Desktop.
Skeletal build.bat build script for Windows
This file contains hidden or 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
@echo off | |
if not exist build mkdir build | |
pushd build | |
setlocal | |
call "D:\Apps\Visual Studio\VC\Auxiliary\Build\vcvarsall" x64 | |
endlocal | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment