in reply to Re^3: 64bit compiler from MS
in thread 64bit compiler from MS

/XP64 is a valid switch for the Platform SDK:
/XP64 - target Windows XP 64
Cheers,
Rob

Replies are listed 'Best First'.
Re^5: 64bit compiler from MS
by ikegami (Patriarch) on Mar 04, 2011 at 16:47 UTC

    Not in 7.1

    Unknown command-line switch: /xp64 ... /Debug - Create a Debug configuration build environment /Release - Create a Release configuration build environment /x86 - Create 32-bit x86 applications /x64 - Create 64-bit x64 applications /ia64 - Create 64-bit ia64 applications /vista - Windows Vista applications /xp - Create Windows XP SP2 applications /2003 - Create Windows Server 2003 applications /2008 - Create Windows Server 2008 or Vista SP1 applications /win7 - Create Windows 7 applications