diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 1c928eb357..1b0cd56c08 100755 --- a/doc/makepanda/makepanda.py +++ b/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/ #