XenonRecomp/tests/compile-all.bat

5 lines
80 B
Batchfile
Raw Normal View History

2024-09-12 15:53:58 +03:00
@echo off
pushd PowerAnalyse
for %%f in (*.cpp) do call ..\compile.bat %%f
popd