Did somework on the generic dialogs,
[wxWidgets.git] / include / wx_cw.pch++
1 #if __POWERPC__
2         #pragma precompile_target "wx_PPC++.mch"
3         
4 #elif __INTEL__
5
6         #pragma precompile_target "wx_x86++.mch"
7
8
9 #elif __CFM68K__
10         #pragma precompile_target "wx_cfm++.mch"
11         
12 #else
13         #pragma precompile_target "wx_68k++.mch"
14 #endif
15
16 #pragma once on
17 #define WX_PRECOMP
18 #include "wx/wx_cw_cm.h"
19 #include "wx/wxprec.h"