Short | long | Opt | Explanation |
|
|
|
|
| $APPTYPE | -W | Application type (Win32/OS2) |
| $ASMMODE | -R | Assembler reader modus |
| $DEFINE | -d | De ne symbol |
| $DESCRIPTION | | Set program description |
| $ELSE | | Conditional compilation switch |
| $ENDIF | | Conditional compilation end |
| $FATAL | | report fatal error |
| $HINT | | Emit hint message |
$I file | $INCLUDE | | Include le or literal text |
| $IF | | Conditional compilation start |
| $IFDEF NAME | | Conditional compilation start |
| $IFNDEF | | Conditional compilation start |
| $IFOPT | | Conditional compilation start |
| $INCLUDEPATH | -Fi | set include path |
| $INFO | | Emit information message |
$L file | $LINK | | Link object le |
| $LIBRARYPATH | -Fl | Set library path |
| $LINKLIB name | | link library |
$M MIN,MAX | $MEMORY | | Set memory sizes |
| $MACRO | -Sm | Allow use of macros |
| $MESSAGE | | Emit message |
| $MODE | | Set compatibility mode |
| $NOTE | | Emite note message |
| $OBJECTPATH | -Fo | Set object path |
| $OUTPUT | -A | Set output format |
| $PACKENUM | | Enumeration type size |
| $PACKRECORDS | | Record element alignment |
| $SATURATION | | Saturation (ignored) |
| $STOP | | Stop compilation |
| $UNDEF | -u | Unde ne symbol |
|
|
|
|
|