Skip to content

Instantly share code, notes, and snippets.

@ishan9299
Created October 25, 2021 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishan9299/e77371fc5c1daa1d27672f918a7db567 to your computer and use it in GitHub Desktop.
Save ishan9299/e77371fc5c1daa1d27672f918a7db567 to your computer and use it in GitHub Desktop.
Skeletal build.bat build script for Windows
@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