Changeset 1739

Show
Ignore:
Timestamp:
11/07/08 15:42:53 (2 months ago)
Author:
Chuck.Esterbrook
Message:

Update release notes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1738 r1739  
    2323        (get|pro|set) <name> from (var|<varName>) as <type> 
    2424 
    25 * Added -out: command line option. 
     25* Added an -out: command line option for controlling the name of the executable (or dll) produced the compiler. Previously, you had to do this via the -sharp-args: option or making sure that the first Cobra source file name you passed matched what you wanted. Examples: 
     26.cmd 
     27        cobra -out:texttool IOSupport.cobra TextTool.cobra 
     28        cobra -out:texttool.exe IOSupport.cobra TextTool.cobra 
     29 
     30Adding the extension (.exe or .dll) is neither required nor problematic. 
    2631 
    2732* Modified commandline options so -r becomes synonym for -run rather