Go to the documentation of this file.
35 #define TBB_USE_DEBUG 1
37 #ifndef BUILD_OPTLEVEL_DEV
38 #define BUILD_OPTLEVEL_DEV
42 #define TBB_USE_DEBUG 0
44 #ifndef BUILD_OPTLEVEL_OPT
45 #define BUILD_OPTLEVEL_OPT
51 #ifndef BUILD_COMPONENT_SRC_PREFIX
52 #define BUILD_COMPONENT_SRC_PREFIX ""
54 #ifndef PXR_PYTHON_SUPPORT_ENABLED
55 #define PXR_PYTHON_SUPPORT_ENABLED
58 #define PXR_PACKAGE_URL "https://github.com/sideeffects/USD.git"
59 #define PXR_PACKAGE_REVISION "677e5ffc46a76d8af8dfcdb25151779f5998c4e0"
61 #define PXR_MAJOR_VERSION 0
62 #define PXR_MINOR_VERSION 24
63 #define PXR_PATCH_VERSION 3
65 #define PXR_VERSION 2403
67 #define PXR_USE_NAMESPACES 1
69 #if PXR_USE_NAMESPACES
72 #define PXR_INTERNAL_NS pxrInternal_v0_24__pxrReserved__
73 #define PXR_NS_GLOBAL ::PXR_NS
83 #define PXR_NAMESPACE_OPEN_SCOPE \
84 _Pragma("GCC visibility push(default)") \
85 namespace PXR_INTERNAL_NS {
86 #define PXR_NAMESPACE_CLOSE_SCOPE \
88 _Pragma("GCC visibility pop")
90 #define PXR_NAMESPACE_OPEN_SCOPE namespace PXR_INTERNAL_NS {
91 #define PXR_NAMESPACE_CLOSE_SCOPE }
94 #define PXR_NAMESPACE_USING_DIRECTIVE using namespace PXR_NS;
100 #define PXR_NAMESPACE_OPEN_SCOPE
101 #define PXR_NAMESPACE_CLOSE_SCOPE
102 #define PXR_NAMESPACE_USING_DIRECTIVE
104 #endif // PXR_USE_NAMESPACES
107 #define PXR_PYTHON_SUPPORT_ENABLED
111 #define PXR_PREFER_SAFETY_OVER_SPEED
114 #ifdef PXR_FORCE_PYTHON_SUPPORT_DISABLED
115 #undef PXR_PYTHON_SUPPORT_ENABLED