]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/libraries.h
disable console targets for WinCE
[wxWidgets.git] / include / wx / msw / wince / libraries.h
index 16cd0df9281c63c03640d83a40c794f16a44553e..22e5347fdfd9be837cf1182fb5859e3b2ca20e37 100644 (file)
 //     including libraries in project files.
 
 #if defined(__VISUALC__) && defined(__WXWINCE__)
+
 #if (_WIN32_WCE >= 400) || defined(__POCKETPC__)
+    // No commdlg.lib in Mobile 5.0 Smartphone
+#if !(defined(__SMARTPHONE__) && _WIN32_WCE >= 1200)
     #pragma comment(lib,"commdlg.lib")
 #endif
+#endif
+
+#if (_WIN32_WCE >= 400) && !defined(wxNO_RTTI)
+    #pragma comment(lib,"ccrtrtti.lib")
+#endif
 
 #if defined(__WINCE_STANDARDSDK__)
     // DoDragDrop: