Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

OptionDescription
-mMake option. Only compile source files if they have been modified more recently than the corresponding output files.
-sSuppress the generation of output files.
-vVerbose compiler output shows much more information about objects and NPCs.
-lTreat warnings as fatal errors.
-pPreprocess the file only, output to stdout.
-qQuiet compile (suppress messages).
-hShow help.
-I<dir>Add directory to search for include files.
-d<path>Specify location of the money file (normally etc/money).