]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx_cw.pch++
moved wxID_SEPARATOR from menuitem.h to defs.h
[wxWidgets.git] / include / wx_cw.pch++
index 35b82e44191620e90da1699999892f3c5d58f22e..a9f69244735bcc7d88022a08a94f91e0304665b0 100644 (file)
@@ -1,19 +1,27 @@
+#if __option (profile)
+#if __POWERPC__
+       #pragma precompile_target "wx_PPC++_prof.mch"
+#elif __INTEL_
+       #pragma precompile_target "wx_x86Prof++_prof.mch"
+#elif __CFM68K__
+       #pragma precompile_target "wx_cfmProf++_prof.mch"
+#else
+       #pragma precompile_target "wx_68kProf++_prof.mch"
+#endif
+#else
 #if __POWERPC__
        #pragma precompile_target "wx_PPC++.mch"
-       
 #elif __INTEL__
-
        #pragma precompile_target "wx_x86++.mch"
-
-
 #elif __CFM68K__
        #pragma precompile_target "wx_cfm++.mch"
-       
 #else
        #pragma precompile_target "wx_68k++.mch"
 #endif
+#endif
 
 #pragma once on
 #define WX_PRECOMP
+#define wxUSE_GUI 1
 #include "wx/wx_cw_cm.h"
 #include "wx/wxprec.h"
\ No newline at end of file