$VMAKE_OPTION Parameters for Searching for Object Files
Different
parameters can be set for the $VMAKE_OPTION variable.If you want to specify several parameters, do not enter a blank space between the individual parameters.
Parameters for Searching for Object Files
(No parameter set) |
The first object file found is used. |
w |
The first object file found is used. The system outputs a warning if a more recent object file is found in the remaining path hierarchy. |
W |
The most recent object file in the hierarchy is used. |
wW |
The most recent object file in the hierarchy is used and a warning is output. |