drscheme:language:create-distribution-for-executable in DrScheme Tools Functions
(drscheme:language:create-distribution-for-executable-> void?distribution-filenamegui?make-executable)
distribution-filename: (or/c path? string?)
gui?: boolean?
make-executable: (path? . -> . void?)Creates a distribution where the given
make-executableprocedure creates the stand-alone executable to be distributed. Themake-executableprocedure is given the name of the executable to create. Thegui?argument is needed in case the executable's name (whichdrscheme:language:create-distribution-for-executablemust generate) depends on the type of executable. During the distribution-making process, a progress dialog is shown to the user, and the user can click an Abort button that sends a break to the current thread.