|
@@ -408,6 +408,9 @@
|
|
|
// Is Maya installed? This matters only to programs in PANDATOOL.
|
|
// Is Maya installed? This matters only to programs in PANDATOOL.
|
|
|
#define MAYA_LOCATION /usr/aw/maya
|
|
#define MAYA_LOCATION /usr/aw/maya
|
|
|
#defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib,Foundation OpenMaya OpenMayaAnim]
|
|
#defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib,Foundation OpenMaya OpenMayaAnim]
|
|
|
|
|
+// Optionally define this to the value of LM_LICENSE_FILE that should
|
|
|
|
|
+// be set before invoking Maya.
|
|
|
|
|
+#define MAYA_LICENSE_FILE
|
|
|
#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
|
|
#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
|
|
|
|
|
|
|
|
|
|
|