4coder/non-source/test_data/sample_files/build.bat

12 lines
213 B
Batchfile
Raw Normal View History

2018-03-16 18:19:11 +00:00
@echo off
pushd ..\build
cl "..\test\With (Parens).cpp" /FC
popd
del ..\build\* /F /Q
REM do this to prevent the directory from becoming empty which leads to issues
copy "..\test\With (Parens).cpp" ..\build\*