]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxshlba_cw.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / wxshlba_cw.h
index 806606975d6ddeb38d4df6f16c4c1de6f543cb6f..a9c9fcfaaaa0536005642ace383804e723ba6c4c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx_cw.h
+// Name:        wx/wxshlba_cw.h
 // Purpose:     wxWidgets definitions for CodeWarrior builds
 // Author:      Stefan Csomor
 // Modified by:
 #if __option(profile)
 #ifdef __cplusplus
     #if __POWERPC__
-        #include <wxshlba_PPC++_prof.mch>
+        #include "wxshlba_PPC++_prof.mch"
     #elif __INTEL__
-        #include <wxshlba_x86++_prof.mch>
+        #include "wxshlba_x86++_prof.mch"
     #elif __CFM68K__
-        #include <wxshlba_cfm++_prof.mch>
+        #include "wxshlba_cfm++_prof.mch"
     #else
-        #include <wxshlba_68k++_prof.mch>
+        #include "wxshlba_68k++_prof.mch"
     #endif
 #else
     #if __POWERPC__
-        #include <wxshlba_PPC_prof.mch>
+        #include "wxshlba_PPC_prof.mch"
     #elif __INTEL__
-        #include <wxshlba_x86_prof.mch>
+        #include "wxshlba_x86_prof.mch"
     #elif __CFM68K__
-        #include <wxshlba_cfm_prof.mch>
+        #include "wxshlba_cfm_prof.mch"
     #else
-        #include <wxshlba_68k_prof.mch>
+        #include "wxshlba_68k_prof.mch"
     #endif
 #endif
 #else
 #ifdef __cplusplus
     #if __POWERPC__
-        #include <wxshlba_PPC++.mch>
+        #include "wxshlba_PPC++.mch"
     #elif __INTEL__
-        #include <wxshlba_x86++.mch>
+        #include "wxshlba_x86++.mch"
     #elif __CFM68K__
-        #include <wxshlba_cfm++.mch>
+        #include "wxshlba_cfm++.mch"
     #else
-        #include <wxshlba_68k++.mch>
+        #include "wxshlba_68k++.mch"
     #endif
 #else
     #if __POWERPC__
-        #include <wxshlba_PPC.mch>
+        #include "wxshlba_PPC.mch"
     #elif __INTEL__
-        #include <wxshlba_x86.mch>
+        #include "wxshlba_x86.mch"
     #elif __CFM68K__
-        #include <wxshlba_cfm.mch>
+        #include "wxshlba_cfm.mch"
     #else
-        #include <wxshlba_68k.mch>
+        #include "wxshlba_68k.mch"
     #endif
 #endif
 #endif