VMC Command Line Options
The argument string is processed from left to right. Options may appear between filenames, but it should be noted that an option only takes effect when it is encountered. In most cases, options should be placed to the left of the filename arguments.
| Option | Description |
|---|---|
-m | Make option. Only compile source files if they have been modified more recently than the corresponding output files. |
-s | Suppress the generation of output files. |
-v | Verbose compiler output shows much more information about objects and NPCs. |
-l | Treat warnings as fatal errors. |
-p | Preprocess the file only, output to stdout. |
-q | Quiet compile (suppress messages). |
-h | Show help. |
-I<dir> | Add directory to search for include files. |
-d<path> | Specify location of the money file (normally etc/money). |