-P mcompile option
The -P keyword of the mcompile utility command specifies one or more platforms for which to compile the executable map.
The command supports the following platforms as keywords:
- LINUX
- WINDOWS
The -P keyword is optional. If you omit it, the mcompile
command line uses WINDOWS as the default platform. If you specify more than
one platform, the mcompile command compiles a multi-platform map. Delimit
each platform with a semi-colon (
;). For example:
mcompile test.mms -A -P WINDOWS;LINUXThe mcompile command is invalid and does not compile a map when:
- You specify the -P keyword but omit the platform.
- You specify one or more invalid platforms.