Browse Source

Added line to compile maya importer

Josh Yelon 20 years ago
parent
commit
ab71074fec
1 changed files with 21 additions and 0 deletions
  1. 21 0
      doc/makepanda/makepanda.py

+ 21 - 0
doc/makepanda/makepanda.py

@@ -4058,6 +4058,27 @@ for VER in ["7"]:
                ])
 
 
+#
+# DIRECTORY: pandatool/src/mayaeggimport/
+#
+
+for VER in ["6"]:
+  if (OMIT.count("MAYA"+VER)==0):
+    IPATH=['pandatool/src/mayaeggimport']
+    OPTS=['MAYA'+VER, 'NSPR', 'BUILDING_MISC']
+    CopyAllHeaders(IPATH[0])
+    CompileC(ipath=IPATH, opts=OPTS, src='mayaEggImport.cxx',obj='mayaeggimport'+VER+'_mayaeggimport.obj')
+    CompileLink(opts=OPTS, dll='mayaeggimport'+VER+'.mll', obj=[
+                'mayaeggimport'+VER+'_mayaeggimport.obj',
+                'libpandaegg.dll',
+                'libpanda.dll',
+                'libpandaexpress.dll',
+                'libdtoolconfig.dll',
+                'libdtool.dll',
+                'libpystub.dll'
+               ])
+
+
 #
 # DIRECTORY: pandatool/src/vrml/
 #