.
original commit: 829c62c8f612efda004a0babe3140ba7aff70167
This commit is contained in:
parent
186baf4aa3
commit
b59f6273b0
18
collects/setup/sig.ss
Normal file
18
collects/setup/sig.ss
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
(module sig mzscheme
|
||||
(import (lib "unitsig.ss"))
|
||||
|
||||
(export setup-option^)
|
||||
|
||||
(define-signature setup-option^
|
||||
(verbose
|
||||
make-verbose
|
||||
compiler-verbose
|
||||
clean
|
||||
make-zo
|
||||
make-so
|
||||
make-launchers
|
||||
call-install
|
||||
pause-on-errors
|
||||
specific-collections
|
||||
archives)))
|
Loading…
Reference in New Issue
Block a user