mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
SBCL on Windows not built with compression by default.
This commit is contained in:
parent
9f360254a3
commit
e90dc42283
2 changed files with 2 additions and 0 deletions
1
clogframe/make-builder.bat
vendored
Normal file
1
clogframe/make-builder.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
sbcl --eval "(ql:quickload :clog/tools)" --eval "(sb-ext:save-lisp-and-die #P\"builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser nil :clogframe t)) :executable t :compression nil)"
|
||||||
1
clogframe/make-snake.bat
vendored
Normal file
1
clogframe/make-snake.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
sbcl --eval "(ql:quickload :clog)" --eval "(clog:load-demo 1)" --eval "(sb-ext:save-lisp-and-die #P\"snake.exe\" :toplevel (lambda () (clog-demo-1:start-demo :port 0 :app t :start-browser nil :clogframe t) (loop (sleep 10))) :executable t :compression nil)"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue