mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Add compile-all.bat.
This commit is contained in:
5
tests/compile-all.bat
Normal file
5
tests/compile-all.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
|
||||
pushd PowerAnalyse
|
||||
for %%f in (*.cpp) do call ..\compile.bat %%f
|
||||
popd
|
Reference in New Issue
Block a user