]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cw.pch++
set a global flag on shut down instead calling Delete() on all threads sequentially...
[wxWidgets.git] / include / wx_cw.pch++
index 8ff1e4604ba5acb3d041e018221a4805592751f5..495dbb916c53ce147db40c99eb5efa18eb59600f 100644 (file)
@@ -1,18 +1,37 @@
+#if __option (profile)
+#if __POWERPC__
+       #pragma precompile_target "wx_PPC++_prof.mch"
+    #pragma once on
+#elif __INTEL_
+       #pragma precompile_target "wx_x86Prof++_prof.mch"
+    /* Do NOT use #pragma once on for Win32 */
+#elif __CFM68K__
+       #pragma precompile_target "wx_cfmProf++_prof.mch"
+    #pragma once on
+#else
+       #pragma precompile_target "wx_68kProf++_prof.mch"
+    #pragma once on
+#endif
+#else
 #if __POWERPC__
        #pragma precompile_target "wx_PPC++.mch"
-       
+    #pragma once on
 #elif __INTEL__
-
        #pragma precompile_target "wx_x86++.mch"
-
-
+    /* Do NOT use #pragma once on for Win32 */
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm++.mch"
-       
+    #pragma once on
 #else
        #pragma precompile_target "wx_68k++.mch"
+    #pragma once on
+#endif
 #endif
 
-#pragma once on
 #define WX_PRECOMP
+#define wxUSE_GUI 1
+#define OLDP2C 1
 #include "wx/wx_cw_cm.h"
+#ifdef WX_PRECOMP
+   #include "wx/wxprec.h"
+#endif