mirror of
https://github.com/ApfelTeeSaft/XenonRecomp.git
synced 2026-08-26 19:43:27 +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
|