mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add batch files
This commit is contained in:
parent
a8a6a6e290
commit
45a0cf9243
5 changed files with 4 additions and 2 deletions
1
templates/projects/clog/run-ocicl.bat
vendored
1
templates/projects/clog/run-ocicl.bat
vendored
|
|
@ -1 +0,0 @@
|
|||
sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :clog/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)"
|
||||
1
templates/projects/clog/run-ocicl.bat.lt
vendored
Normal file
1
templates/projects/clog/run-ocicl.bat.lt
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)"
|
||||
1
templates/projects/clog/run-ocicl.lt
vendored
Normal file
1
templates/projects/clog/run-ocicl.lt
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)" --eval "(asdf:load-system :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :port 0 :app t)"
|
||||
2
templates/projects/clog/run-ql.bat.lt
vendored
2
templates/projects/clog/run-ql.bat.lt
vendored
|
|
@ -1 +1 @@
|
|||
sbcl --eval "(ql:quickload :clog/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)"
|
||||
sbcl --eval "(ql:quickload :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)"
|
||||
1
templates/projects/clog/run-ql.lt
vendored
Normal file
1
templates/projects/clog/run-ql.lt
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
sbcl --eval "(ql:quickload :<%= (@ sys-name) %>/tools)" --eval "(clog-tools:clog-builder :project :<%= (@ sys-name) %> :port 0 :app t)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue