]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/genrcdefs.h
2 * Name: wx/msw/genrcdefs.h
3 * Purpose: Emit preprocessor symbols into rcdefs.h for resource compiler
4 * Author: Mike Wetherell
6 * Copyright: (c) 2005 Mike Wetherell
7 * Licence: wxWindows licence
10 #define EMIT(line) line
12 EMIT(#ifndef _WX_RCDEFS_H)
13 EMIT(#define _WX_RCDEFS_H)
16 EMIT(#define WX_MSC_FULL_VER _MSC_FULL_VER)
20 EMIT(#define WX_CPU_AMD64)
24 EMIT(#define WX_CPU_ARM)
28 EMIT(#define WX_CPU_IA64)
31 #if defined _M_IX86 || defined _X86_
32 EMIT(#define WX_CPU_X86)
36 EMIT(#define WX_CPU_PPC)
40 EMIT(#define WX_CPU_SH)