To determine the default settings when using the Windows CE Toolkit for Visual C++ 5.0 to build dynamic-link libraries (DLLs) for the release configuration, refer to the following tables.
Win32 (WCE x86em) | Win32 (WCE MIPS) | Win32 (WCE SH) | ||
---|---|---|---|---|
-NOLOGO -MT -W3 -02 -DWIN32 -DNDEBUG -D_WINDOWS -DSTRICT -D_WIN32_CE -DUNDER_NT -D_WIN32_CE_EMULATION -DUNICODE -D_UNICODE -D_X86_ -Fp -Yx -Fo -C |
-NOLOGO -W3 -02 -DMIPS -D_MIPS_ -DNDEBUG -D_WIN32_CE -DUNICODE -Fp -Yx -Fo -QMRWCE -c |
-NOLOGO -W3 -02 -DSH3 -D_SH3_ -DNDEBUG -D_WIN32_CE -DUNICODE -Fp -Yx -Fo -c |
Win32 (WCE x86em) | Win32 (WCE MIPS) | Win32 (WCE SH) | |
---|---|---|---|
-subsystem:windows -windowsce:emulation |
-entry: _DllMainCRTStartup -base: 0x10000000 -align:4096 -dll -machine:MIPS -subsystem:windowsce |
-entry: _DllMainCRTStartup -base:0x10000000 -align:4096 -dll -machine:SH3 -subsystem:windowsce |
Win32 (WCE x86em) | Win32 (WCE MIPS) | Win32 (WCE SH) | ||
---|---|---|---|---|
-D_WIN32_CE -DUNDER_NT -D_WIN32_CE_EMULATION -DNDEBUG |
-r -DMIPS -D_MIPS_ -D_WIN32_CE -DNDEBUG |
-r -DSH3 -D_SH3_ -D_WIN32_CE -DNDEBUG |
Win32 (WCE x86em) | Win32 (WCE MIPS) | Win32 (WCE SH) | ||
---|---|---|---|---|
comctl32.lib coredll.lib winmm.lib |
commcrtl.lib coredll.lib libc.lib |
commcrtl.lib coredll.lib libc.lib |