XenonRecomp/tests/compile-all.bat

6 lines
81 B
Batchfile
Raw Normal View History

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