drscheme:language:put-executable in DrScheme Tools Functions
(drscheme:language:put-executable-> (or/c false/c path?)parentprogram-filenamemodemred?title)
parent: (is-a?/ctop-level-window<%>)
program-filename: path?
mode: (or/c boolean? (symbols (quote launcher) (quote standalone) (quote distribution)))
mred?: boolean?
title: string?Calls the MrEd primitive
put-filewith arguments appropriate for creating an executable from the fileprogram-filename.The arguments
mred?andmodeindicates what type of executable this should be (and the dialog may be slightly different on some platforms, depending on these arguments). For historical reasons,#fis allowed formodeas an alias for'launcher, and#tis allowed formodeas an alias for'stand-alone.The
titleargument is used as the title to the primitiveput-fileorget-directoryprimitive.