VisualStudio2005
コンパイラデフォルトオプション †
Debug WinMobile? 5.0 PocketPC †
/Od /Os
/D "_DEBUG" /D "_WIN32_WCE=0x501" /D "UNDER_CE" /D "WIN32_PLATFORM_PSPC" /D "WINCE" /D "DEBUG" /D "_LIB" /D "ARM" /D "_ARM_" /D "_UNICODE" /D "UNICODE"
/Gm /EHsc /MTd /fp:fast /GR- /Fo"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/" /Fd"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Debug/vc80.pdb" /W3 /nologo /c /Zi /TP
Release WinMobile? 5.0 PocketPC †
/O2 /Os
/D "NDEBUG" /D "_WIN32_WCE=0x501" /D "UNDER_CE" /D "WIN32_PLATFORM_PSPC" /D "WINCE" /D "_LIB" /D "ARM" /D "_ARM_" /D "_UNICODE" /D "UNICODE"
/FD /EHsc /MT /fp:fast /GR- /Fo"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Release/" /Fd"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)\Release/vc80.pdb" /W3 /nologo /c /Zi /TP
Debug Win32 x86 †
/Od
/D "WIN32" /D "_DEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE"
/Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt
Release Win32 x86 †
/O2 /GL
/D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE"
/FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /nologo /c /Wp64 /Zi /TP /errorReport:prompt