This commit is contained in:
Robby Findler 2010-04-16 11:42:35 -04:00
parent a2af09a445
commit eb7c8daead

View File

@ -1,6 +1,9 @@
;; Builds different kinds of executables for different platforms.
#lang scheme/base #lang scheme/base
;; Builds different kinds of executables for different platforms.
;; proposed changes below -robby.
(provide post-installer) (provide post-installer)
(require launcher) (require launcher)
@ -23,8 +26,8 @@
(for ([variant (variants)]) (for ([variant (variants)])
(parameterize ([current-launcher-variant variant]) (parameterize ([current-launcher-variant variant])
(mk-launcher '("-l-" "help/help") (mk-launcher '("-l-" "help/help")
(mk-path "plt-help") (mk-path "plt-help") ;; change to "Racket Docs"
`([exe-name . "plt-help"] `([exe-name . "plt-help"] ;; get rid of this (in favor of 'rico docs')
[relative? . #t] [relative? . #t]
[framework-root . #f] [framework-root . #f]
[dll-dir . #f] [dll-dir . #f]