[goalc] add a build system (#704)

* add first attempt at build system

* fix stupid bug

* try again
This commit is contained in:
water111
2021-07-15 21:37:15 -04:00
committed by GitHub
parent 77667d9185
commit ef011f4fe8
33 changed files with 2208 additions and 72 deletions
+2
View File
@@ -99,6 +99,8 @@
;; set up indentation for GOAL keywords
(put 'with-pp 'common-lisp-indent-function 0)
(put 'while 'common-lisp-indent-function 1)
(put 'goal-src 'common-lisp-indent-function 1)
(put 'engine-src 'common-lisp-indent-function 1)
(put 'rlet 'common-lisp-indent-function 1)
(put 'until 'common-lisp-indent-function 1)
(put 'countdown 'common-lisp-indent-function 1)
+2 -5
View File
@@ -47,15 +47,12 @@ echo " ================ Running offline decompiler tests..."
echo " ================ Decompiling..."
../scripts/shell/decomp.sh
echo " ================ Building assets..."
../scripts/shell/gc.sh -cmd \(build-data\)
echo " ================ Building project..."
../scripts/shell/gc.sh -cmd \(make-group\ \"iso\"\)
echo " ================ Checking assets..."
../scripts/shell/check.sh
echo " ================ Building game..."
../scripts/shell/gc.sh -cmd \(build-game\)
echo " ================ Booting game..."
../scripts/shell/boot_game.sh