clarify when drracket creates executables
(cherry picked from commit 708395d51c
)
This commit is contained in:
parent
e8fd623f67
commit
6b6516a621
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user