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...")
 
 
(One intermediate revision by the same user not shown)
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.
 
|}
 
|}
Line 29: Line 29:
 
normally you should not bother with them - they are probably
 
normally you should not bother with them - they are probably
 
set automatically.
 
set automatically.
 +
 +
<div style='padding-top: 30px; padding-bottom: 20px; text-align: left;float:left;width:50%;'>[[Manual:Zone_Manual/The_DIL_Section|Previous: The DIL Section]]</div>
 +
<div style='padding-top: 30px; padding-bottom: 20px; text-align: right;float:right;width:50%;'>[[Manual:Zone_Manual/Appendices/Reserved_keyword_listing|Next: Reserved keyword listing]]</div>

Latest revision as of 11:49, 26 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.

Previous: The DIL Section
Next: Reserved keyword listing