mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Added line to compile maya importer
This commit is contained in:
parent
c20b1d95b9
commit
ab71074fec
@ -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/
|
# DIRECTORY: pandatool/src/vrml/
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user