mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 06:02:15 -04:00
goalc: cleanup goalc's main method and add nrepl listener socket
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v -auto-dbg -user-auto
|
||||
out\build\Release\bin\goalc -v --auto-dbg --user-auto
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v -user-auto
|
||||
out\build\Release\bin\goalc -v --user-auto
|
||||
pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v -auto-lt -user-auto
|
||||
out\build\Release\bin\goalc -v --auto-lt --user-auto
|
||||
pause
|
||||
|
||||
@@ -48,7 +48,7 @@ echo " ================ Decompiling..."
|
||||
../scripts/shell/decomp.sh
|
||||
|
||||
echo " ================ Building project..."
|
||||
../scripts/shell/gc.sh -cmd \(make-group\ \"iso\"\)
|
||||
../scripts/shell/gc.sh --cmd \(make-group\ \"iso\"\)
|
||||
|
||||
echo " ================ Checking assets..."
|
||||
../scripts/shell/check.sh
|
||||
|
||||
Reference in New Issue
Block a user