racket-tool -> raco

original commit: 22470e4147
This commit is contained in:
Matthew Flatt 2010-04-24 07:17:53 -06:00
commit d650fa8fdd
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
compiler/zo-parse
compiler/decompile
scheme/pretty)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
compiler/distribute)
(define verbose (make-parameter #f))

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
compiler/private/embed
dynext/file)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
scheme/pretty)
(define source-files

View File

@ -1,6 +1,6 @@
#lang setup/infotab
(define rico
(define raco-commands
'(("make" compiler/commands/make "compile source to bytecode" 100)
("exe" compiler/commands/exe "create executable" 20)
("pack" compiler/commands/pack "pack files/collections into a .plt archive" 10)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
compiler/cm
"../compiler.ss"
dynext/file)

View File

@ -1,6 +1,6 @@
#lang scheme/base
(require scheme/cmdline
rico/command-name
raco/command-name
setup/pack
setup/getinfo
compiler/distribute)