]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/rcdefs.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/rcdefs.h
3 // Purpose: Fallback for the generated rcdefs.h under the lib directory
4 // Author: Mike Wetherell
5 // Copyright: (c) 2005 Mike Wetherell
6 // Licence: wxWindows licence
7 ///////////////////////////////////////////////////////////////////////////////
13 // We must be using windres which uses gcc as its preprocessor. We do need
14 // to generate the manifest then as gcc doesn't do it automatically and we
15 // can define the architecture macro on our own as all the usual symbols
16 // are available (unlike with Microsoft RC.EXE which doesn't predefine
17 // anything useful at all).
18 #ifndef wxUSE_RC_MANIFEST
19 #define wxUSE_RC_MANIFEST 1
26 #elif defined __x86_64__
30 #elif defined __ia64__
37 // Don't do anything here for the other compilers, in particular don't define
38 // WX_CPU_X86 here as we used to do. If people define wxUSE_RC_MANIFEST, they
39 // must also define the architecture constant correctly.