Skip to content

Commit

Permalink
clarify when drracket creates executables
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Jan 13, 2013
1 parent f332092 commit 708395d
Showing 1 changed file with 6 additions and 3 deletions.
Expand Up @@ -1020,9 +1020,12 @@ please adhere to these guidelines:
(create-executable-menu-item-label "Create &Executable...")
(create-executable-title "Create Executable")
(drracket-creates-executables-only-in-some-languages
"Executable creation in DrRacket is supported only in the teaching"
" languages and when the #lang line specifies the language (in “The Racket"
" Language”)\n\nConsider using the raco exe command-line tool instead.")
"The creation of executables in DrRacket is supported only when you"
" have selected one of the teaching languages (DMdA or HtDP) in"
" DrRacket's language dialog, or when you have selected “The Racket"
" Language” in DrRacket's language dialog and the #lang line at the"
" start of your program specifies a language.\n\nConsider"
" using the raco exe command-line tool instead.")
(must-save-before-executable "You must save your program before creating an executable.")
(save-a-mred-launcher "Save a GRacket Launcher")
(save-a-mzscheme-launcher "Save a Racket Launcher")
Expand Down

0 comments on commit 708395d

Please sign in to comment.