fbxfilesdk_def.h
Go to the documentation of this file.00001
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038 #ifndef _FBXFILESDK_H
00039 #define _FBXFILESDK_H
00040
00041 #define FBXFILESDK_NAMESPACE_USE
00042
00043 #if defined(__MACOS__) && !defined(__MACH__)
00044
00045
00046 #ifdef FBXFILESDK_NAMESPACE_USE
00047 #undef FBXFILESDK_NAMESPACE_USE
00048 #endif
00049 #endif
00050
00051
00052 #ifdef FBXFILESDK_NAMESPACE_USE
00053 #ifdef USE_FBXPLUGIN_NAMESPACE //Defined in jamrules.jam
00054 #define FBXFILESDK_NAMESPACE fbxplugins_2006_11_1
00055
00056 #define _3DSFTK_NAMESPACE_USE
00057 #define _3DSFTK_NAMESPACE fbxplugins_2006_11_1
00058
00059 #define KBASELIB_NAMESPACE_USE
00060 #define KBASELIB_NAMESPACE fbxplugins_2006_11_1
00061
00062 #define KCHARACTERDEF_NAMESPACE_USE
00063 #define KCHARACTERDEF_NAMESPACE fbxplugins_2006_11_1
00064
00065 #define KFBXOBJECT_NAMESPACE_USE
00066 #define KFBXOBJECT_NAMESPACE fbxplugins_2006_11_1
00067
00068 #define KFCURVE_NAMESPACE_USE
00069 #define KFCURVE_NAMESPACE fbxplugins_2006_11_1
00070
00071 #define LIBTIFF_NAMESPACE_USE
00072 #define LIBTIFF_NAMESPACE fbxplugins_2006_11_1
00073
00074 #define LIBXML_NAMESPACE_USE
00075 #define LIBXML_NAMESPACE fbxplugins_2006_11_1
00076
00077 #define ZLIB_NAMESPACE_USE
00078 #define ZLIB_NAMESPACE fbxplugins_2006_11_1
00079
00080 #define BASE_NAMESPACE_USE
00081 #define BASE_NAMESPACE fbxplugins_2006_11_1
00082
00083 #define AWCACHE_NAMESPACE_USE
00084 #define AWCACHE_NAMESPACE fbxplugins_2006_11_1
00085
00086 #define IFF_NAMESPACE_USE
00087 #define IFF_NAMESPACE fbxplugins_2006_11_1
00088
00089 #define COLLADA_NAMESPACE_USE
00090 #define COLLADA_NAMESPACE fbxplugins_2006_11_1
00091 #else
00092 #define FBXFILESDK_NAMESPACE fbxsdk_2006_11_1
00093
00094 #define _3DSFTK_NAMESPACE_USE
00095 #define _3DSFTK_NAMESPACE fbxsdk_2006_11_1
00096
00097 #define KBASELIB_NAMESPACE_USE
00098 #define KBASELIB_NAMESPACE fbxsdk_2006_11_1
00099
00100 #define KCHARACTERDEF_NAMESPACE_USE
00101 #define KCHARACTERDEF_NAMESPACE fbxsdk_2006_11_1
00102
00103 #define KFBXOBJECT_NAMESPACE_USE
00104 #define KFBXOBJECT_NAMESPACE fbxsdk_2006_11_1
00105
00106 #define KFCURVE_NAMESPACE_USE
00107 #define KFCURVE_NAMESPACE fbxsdk_2006_11_1
00108
00109 #define LIBTIFF_NAMESPACE_USE
00110 #define LIBTIFF_NAMESPACE fbxsdk_2006_11_1
00111
00112 #define LIBXML_NAMESPACE_USE
00113 #define LIBXML_NAMESPACE fbxsdk_2006_11_1
00114
00115 #define ZLIB_NAMESPACE_USE
00116 #define ZLIB_NAMESPACE fbxsdk_2006_11_1
00117
00118 #define BASE_NAMESPACE_USE
00119 #define BASE_NAMESPACE fbxsdk_2006_11_1
00120
00121 #define AWCACHE_NAMESPACE_USE
00122 #define AWCACHE_NAMESPACE fbxsdk_2006_11_1
00123
00124 #define IFF_NAMESPACE_USE
00125 #define IFF_NAMESPACE fbxsdk_2006_11_1
00126
00127 #define COLLADA_NAMESPACE_USE
00128 #define COLLADA_NAMESPACE fbxsdk_2006_11_1
00129 #endif
00130 #else
00131 #define FBXFILESDK_NAMESPACE
00132 #endif
00133
00134
00135 #endif // _FBXFILESDK_H