Commit 2f7d893d authored by TheNumbat's avatar TheNumbat
Browse files

change runcmake to scotty3d one

parent f1c93dc7
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" > NUL 2> NUL
mkdir build mkdir build
cd build pushd build
cmake .. cmake ..
cd .. if "%1"=="configure" exit
pause if [%1]==[] (cmake --build . --config RelWithDebInfo)
if not [%1]==[] (cmake --build . --config %1)
popd
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment