
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Release Notes - <b>new: compiler options</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NEW: Compiler options
------------------------------------------------------------------------------
The following compiler options have been added to CA-Clipper 5.2:
/ES Exit Severity level 0
Default exit severity level. If warnings are encountered during
compilation, the compiler does not set the DOS error level upon exit.
This maintains compatibility with CA-Clipper 5.0x.
/ES0 Exit Severity level 0
Same as /ES.
/ES1 Exit Severity level 1
Specifies an exit severity level of 1. If warnings are encountered
during compilation, the compiler sets the DOS error level upon exit.
/ES2 Exit Severity level 2
Specifies an exit severity level of 2. If warnings are encountered
during compilation, the compiler does not generate an object file (.OBJ)
and sets the DOS error level upon exit. This effectively promotes
warnings to error status at the DOS level.
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson