Go to the documentation of this file.
18 #define TBB_USE_DEBUG 1
20 #ifndef BUILD_OPTLEVEL_DEV
21 #define BUILD_OPTLEVEL_DEV
25 #define TBB_USE_DEBUG 0
27 #ifndef BUILD_OPTLEVEL_OPT
28 #define BUILD_OPTLEVEL_OPT
34 #ifndef BUILD_COMPONENT_SRC_PREFIX
35 #define BUILD_COMPONENT_SRC_PREFIX ""
37 #ifndef PXR_PYTHON_SUPPORT_ENABLED
38 #define PXR_PYTHON_SUPPORT_ENABLED
41 #define PXR_PACKAGE_URL "https://github.com/sideeffects/USD.git"
42 #define PXR_PACKAGE_REVISION "d687c15dd305b6eb9341df89596f6ac721562403"
44 #define PXR_MAJOR_VERSION 0
45 #define PXR_MINOR_VERSION 25
46 #define PXR_PATCH_VERSION 5
48 #define PXR_VERSION 2505
50 #define PXR_USE_NAMESPACES 1
52 #if PXR_USE_NAMESPACES
55 #define PXR_INTERNAL_NS pxrInternal_v0_25_5__pxrReserved__
56 #define PXR_NS_GLOBAL ::PXR_NS
66 #define PXR_NAMESPACE_OPEN_SCOPE \
67 _Pragma("GCC visibility push(default)") \
68 namespace PXR_INTERNAL_NS {
69 #define PXR_NAMESPACE_CLOSE_SCOPE \
71 _Pragma("GCC visibility pop")
73 #define PXR_NAMESPACE_OPEN_SCOPE namespace PXR_INTERNAL_NS {
74 #define PXR_NAMESPACE_CLOSE_SCOPE }
77 #define PXR_NAMESPACE_USING_DIRECTIVE using namespace PXR_NS;
83 #define PXR_NAMESPACE_OPEN_SCOPE
84 #define PXR_NAMESPACE_CLOSE_SCOPE
85 #define PXR_NAMESPACE_USING_DIRECTIVE
87 #endif // PXR_USE_NAMESPACES
90 #define PXR_PYTHON_SUPPORT_ENABLED
94 #define PXR_PREFER_SAFETY_OVER_SPEED
101 #define MS_NO_COREDLL
102 #define Py_ENABLE_SHARED 1
104 #ifdef PXR_FORCE_PYTHON_SUPPORT_DISABLED
105 #undef PXR_PYTHON_SUPPORT_ENABLED