|
@@ -392,7 +392,7 @@
|
|
|
|
|
|
|
|
// 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/maya3.0
|
|
#define MAYA_LOCATION /usr/aw/maya3.0
|
|
|
-#defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib]
|
|
|
|
|
|
|
+#defer MAYA_LIBS $[if $[WINDOWS_PLATFORM],Foundation.lib OpenMaya.lib OpenMayaAnim.lib,Foundation OpenMaya OpenMayaAnim]
|
|
|
#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
|
|
#defer HAVE_MAYA $[isdir $[MAYA_LOCATION]/include/maya]
|
|
|
|
|
|
|
|
|
|
|