mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Added support for DLMs
This commit is contained in:
parent
2aad0846b9
commit
00d53a560a
@ -5764,7 +5764,7 @@ for VER in ["5","6"]:
|
||||
'libdtool.dll',
|
||||
])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='mayaPview.cxx', obj='mayapview'+VER+'_mayaPview.obj')
|
||||
CompileLink(dll='libmayapview'+VER+'.dll', opts=['ADVAPI', 'NSPR', 'MAYA'+VER], obj=[
|
||||
CompileLink(dll='libmayapview'+VER+'.dlm', opts=['ADVAPI', 'NSPR', 'MAYA'+VER], obj=[
|
||||
'mayapview'+VER+'_mayaPview.obj',
|
||||
'libmayaegg'+VER+'.lib',
|
||||
'libmaya'+VER+'.lib',
|
||||
@ -5782,7 +5782,7 @@ for VER in ["5","6"]:
|
||||
'pandatool/src/cvscopy']
|
||||
OPTS=['MAYA'+VER, 'NSPR']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='mayaSavePview.cxx', obj='mayasavepview'+VER+'_mayaSavePview.obj')
|
||||
CompileLink(dll='libmayasavepview.dll', opts=['ADVAPI', 'NSPR', 'MAYA'+VER], obj=[
|
||||
CompileLink(dll='libmayasavepview.dlm', opts=['ADVAPI', 'NSPR', 'MAYA'+VER], obj=[
|
||||
'mayasavepview'+VER+'_mayaSavePview.obj',
|
||||
])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='mayaToEgg.cxx', obj='maya2egg'+VER+'_mayaToEgg.obj')
|
||||
|
@ -62,6 +62,7 @@ Section "${FULLNAME}" SecCore
|
||||
SetOutPath $INSTDIR\bin
|
||||
File /r ${PANDA}\bin\*.dll
|
||||
File /nonfatal /r ${PANDA}\bin\*.dle
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlo
|
||||
File /nonfatal /r ${PANDA}\bin\*.dlm
|
||||
SetOutPath $INSTDIR\etc
|
||||
File /r ${PANDA}\etc\*
|
||||
|
Loading…
x
Reference in New Issue
Block a user