mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-23 01:01:26 +00:00
6 lines
81 B
Batchfile
6 lines
81 B
Batchfile
@echo off
|
|
|
|
pushd XenonAnalyse
|
|
for %%f in (*.cpp) do call ..\compile.bat %%f
|
|
popd
|