00001
00002
00003
00004
00006
00007
00008 [!if COMPONENT_FRAMEWORK == "RAW"]
00009 #define RAWCOMPONENT
00010 [!endif]
00011 [!if COMPONENT_FRAMEWORK == "BON"]
00012 #define BONCOMPONENT
00013 [!endif]
00014 [!if COMPONENT_FRAMEWORK == "BON2"]
00015 #define BON2COMPONENT
00016 [!endif]
00017
00018
00019 #define TYPELIB_UUID "[!output TYPELIB_UUID]"
00020 #define TYPELIB_NAME "[!output TYPELIB_NAME]"
00021 #define COCLASS_UUID "[!output COCLASS_UUID]"
00022 #define COCLASS_NAME "[!output COCLASS_NAME]"
00023 #define COCLASS_PROGID "[!output COCLASS_PROGID]"
00024
00025 #define COCLASS_UUID_EXPLODED1 [!output COCLASS_UUID_EXPLODED1]
00026 #define COCLASS_UUID_EXPLODED2 [!output COCLASS_UUID_EXPLODED2]
00027 #define COCLASS_UUID_EXPLODED3 [!output COCLASS_UUID_EXPLODED3]
00028 #define COCLASS_UUID_EXPLODED4 [!output COCLASS_UUID_EXPLODED4]
00029 #define COCLASS_UUID_EXPLODED5 [!output COCLASS_UUID_EXPLODED5]
00030 #define COCLASS_UUID_EXPLODED6 [!output COCLASS_UUID_EXPLODED6]
00031 #define COCLASS_UUID_EXPLODED7 [!output COCLASS_UUID_EXPLODED7]
00032 #define COCLASS_UUID_EXPLODED8 [!output COCLASS_UUID_EXPLODED8]
00033 #define COCLASS_UUID_EXPLODED9 [!output COCLASS_UUID_EXPLODED9]
00034 #define COCLASS_UUID_EXPLODED10 [!output COCLASS_UUID_EXPLODED10]
00035 #define COCLASS_UUID_EXPLODED11 [!output COCLASS_UUID_EXPLODED11]
00036
00037
00038
00039 #define COMPONENT_NAME _T("[!output COMPONENT_NAME]")
00040
00041
00042
00043 #define TOOLTIP_TEXT _T("[!output TOOLTIP_TEXT]")
00044
00045
00046 [!if GME_INTERPRETER]
00047 #define GME_INTERPRETER
00048 [!endif]
00049 [!if GME_ADDON]
00050 #define GME_ADDON
00051 #define ADDON_EVENTMASK [!output ADDON_EVENTMASK]
00052 [!endif]
00053
00054
00055
00056 [!if PARADIGM_INDEPENDENT]
00057 #define PARADIGM_INDEPENDENT
00058 [!else]
00059 #define PARADIGMS _T("[!output PARADIGMS]")
00060 [!endif]
00061
00062
00063 [!if BON_ICON_SUPPORT]
00064 #define BON_ICON_SUPPORT
00065 [!else]
00066
00067 [!endif]
00068
00069 [!if BON_CUSTOM_TRANSACTIONS]
00070 #define BON_CUSTOM_TRANSACTIONS
00071 [!else]
00072
00073 [!endif]
00074
00075 [!if REGISTER_SYSTEMWIDE]
00076 #define REGISTER_SYSTEMWIDE
00077 [!else]
00078
00079 [!endif]