NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/MACHINE (Specify Target Platform)

/MACHINE:{ARM|CEE|IA64|IX86|MIPS|MIPS16|MIPSFPU|MIPSFPU16|
MIPSR41XX|PPC|SH3|SH4|THUMB}

This option specifies the target platform for the program.

Usually, you do not need to specify the /MACHINE option. LINK infers the machine type from the .obj files. However, in some circumstances LINK cannot determine the machine type and issues a linker tools error LNK1113. If such an error occurs, specify /MACHINE.

CEE refers to the NGWS execution engine.

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program