/MACHINE (Windows CE 5.0)
This option specifies the target hardware platform for the program.
/MACHINE:{ARM|IA64|MIPS|MIPS16|MIPSFPU|SH4|THUMB|X86}
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.
See Also
Send Feedback on this topic to the authors