2025-10-03 18:34:35 +07:00
..
2025-10-02 17:22:43 +07:00
2025-10-02 17:22:43 +07:00
2025-10-02 17:22:43 +07:00
2025-10-03 18:34:35 +07:00
2025-10-02 17:22:43 +07:00

gcc -lecl ecl_test.c  -o test-game libtest-game.a
(uiop:getcwd)
(uiop:chdir "Development/tinyswords/")
(compile-file "game.lisp" :system-p t)
(c:build-static-library "test-game" :lisp-files '("game.o") :init-name "game")
emcc -o ecl_test.html ecl_test.c -Os -Wall USE_GLFW=3 --shell-file ~/Repositories/raylib/src/minshell.html -DPLATFORM_WEB

emcc -lecl -o ecl_test.html ecl_test.c -Os -Wall --shell-file ~/Repositories/raylib/src/minshell.html -DPLATFORM_WEB

emcc -I -o why.html ecl_test.c -Os -Wall --shell-file ~/Repositories/raylib/src/minshell.html -DPLATFORM_WEB