| 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 | |
| | 30 | Adding the extension (.exe or .dll) is neither required nor problematic. |