mirror of
https://github.com/a2-4am/4cade.git
synced 2026-04-26 12:19:00 +00:00
more diagonal wipes, upgraded diamond wipe, some refactoring
This commit is contained in:
@@ -60,7 +60,7 @@ asmlauncher:
|
||||
$(ACME) -r build/4cade.lst -DBUILDNUMBER=`git rev-list --count HEAD` -DRELBASE=`cat build/relbase.log | grep "RELBASE =" | cut -d"=" -f2 | cut -d"(" -f2 | cut -d")" -f1` src/4cade.a
|
||||
|
||||
asmfx:
|
||||
for f in src/fx/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log; done
|
||||
for f in src/fx/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log || true; done
|
||||
|
||||
asmprelaunch:
|
||||
for f in src/prelaunch/*.a; do grep "^\!to" $${f} >/dev/null && $(ACME) $${f} >> build/log; done
|
||||
|
||||
Reference in New Issue
Block a user