Difference between revisions of "Manual:Zone Manual/Appendices"

From DikuMUD Wiki
Jump to navigation Jump to search
(Created page with "==== 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 t...")
 
Line 10: Line 10:
 
|Description
 
|Description
 
|-
 
|-
|-m
+
| -m
 
|The location of the money file.  Normally etc/money.
 
|The location of the money file.  Normally etc/money.
 
|-
 
|-
|-v
+
| -v
 
|Verbose compiler output shows much more information about objects and NPC
 
|Verbose compiler output shows much more information about objects and NPC
 
|-
 
|-
|-M
+
| -M
 
|Make option. Only compile source files if they have been modified more recently than the corresponding output files.
 
|Make option. Only compile source files if they have been modified more recently than the corresponding output files.
 
|-
 
|-
|-p
+
| -p
 
|Pre process the file only
 
|Pre process the file only
 
|-
 
|-
|-s
+
| -s
 
|Suppress the generation of output files.
 
|Suppress the generation of output files.
 
|}
 
|}

Revision as of 14:50, 25 May 2020

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 The location of the money file. Normally etc/money.
-v Verbose compiler output shows much more information about objects and NPC
-M Make option. Only compile source files if they have been modified more recently than the corresponding output files.
-p Pre process the file only
-s Suppress the generation of output files.

These options are not available to the email or FTP compiler, but normally you should not bother with them - they are probably set automatically.