mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-05 08:42:05 +00:00
Add compile-all.bat.
This commit is contained in:
parent
ce3f9621f6
commit
c82c4688e7
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
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
clang -target powerpc-unknown-linux-gnu -fuse-ld=lld -nostdlib -m32 -o %1.elf %1
|
||||
clang -target powerpc-unknown-linux-gnu -fuse-ld=lld -nostdlib -m32 -o %~n1.elf %1
|
Loading…
x
Reference in New Issue
Block a user