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

12 lines
213 B
Batchfile
Raw Permalink Normal View History

2023-09-30 01:17:40 +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\*