1 /BUILTIN_RULES_APPLY
/BUILTIN_RULES_APPLY /NOBUILTIN_RULES_APPLY (D) Controls whether MMS generates compilation actions lines. When /BUILTIN_RULES_APPLY is selected, no compilation action lines are included in the generated description file; the MMS built-in rules will be used to perform the compilations.
2 /CMS
/CMS /NOCMS (D) Controls whether MMS looks for source files and include files in the current default CMS library. CMS must be installed on your system. If a directory-spec is associated with a file, that is the directory into which MMS fetches the file when building the target.
3 /DESCRIPTION
/DESCRIPTION[=filespec] Specifies the file to which the generated description is written. When not specified, the description is written to the file DESCRIP.MMS in the current default directory.
4 /FMS_LIBRARY
/FMS_LIBRARY=forms-library-name Specifies an FMS library. This qualifier defaults to MMS$FLB.FLB.
5 /INCLUDES
/INCLUDES (D) /NOINCLUDES Indicates whether C include files are scanned for dependencies. This qualifier gives the same functionality as the Scan Include Files toggle button.
6 /LINK_LIBRARY
/LINK_LIBRARY=filespec[,...] Specifies additional object libraries to be included in the LINK command in the description file.
7 /MAIN_MODULE
/MAIN_MODULE=module-name Specifies the main module to be included from the object library during the Link process. The main module is that defined in the first source file specified and, by default, the module name is the same name as the file. This qualifier lets you specify a module name that is different from the file name. Note that if an appropriate language-dependent module name directive is detected within the first source file, the value specified by this qualifier is ignored.
8 /OBJECT_LIBRARY
/OBJECT_LIBRARY=filespec Specifies the object library to be included in the LINK command in the description file. Object files from the compilations are inserted into this object library.
9 /OPTIONS_FILE
/OPTIONS_FILE=filespec[,...] Specifies user-written options files to be included in the LINK command in the description file.
10 /SWITCHES
/SWITCHES=COMPILE="/qualifier..." /SWITCHES=LINK="/qualifier..." /SWITCHES=(COMPILE="/qualifier...",LINK="/qualifier...") Specifies additional command line qualifiers to be included in the generated description file for all compilation and/or link commands. Additional compilation switches can not be specified when /BUILTIN_RULES_APPLY has been specified.
11 /TARGET
/TARGET=name Specifies a name for the build target. If this qualifier is not specified, the target defaults to the first file specified. This lets you specify an executable name that is different from the file name.