mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor changes
This commit is contained in:
parent
615dd6a0c4
commit
1f59bdd691
@ -4333,7 +4333,6 @@ CompileLink(dll='libglstuff.dll', opts=['ADVAPI', 'GLUT', 'NSPR', 'NVIDIACG', 'C
|
||||
#
|
||||
|
||||
if (sys.platform == "win32"):
|
||||
|
||||
IPATH=['panda/src/windisplay']
|
||||
OPTS=['BUILDING_PANDAWIN', 'NSPR']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='winGraphicsWindow.cxx', obj='windisplay_winGraphicsWindow.obj')
|
||||
@ -4355,7 +4354,6 @@ if (sys.platform == "win32"):
|
||||
#
|
||||
|
||||
if (sys.platform != "win32"):
|
||||
|
||||
IPATH=['panda/src/glxdisplay', 'panda/src/gobj']
|
||||
OPTS=['BUILDING_PANDAGLUT', 'NSPR', 'GLUT', 'NVIDIACG', 'CGGL']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='config_glxdisplay.cxx', obj='glxdisplay_config_glxdisplay.obj')
|
||||
@ -4393,7 +4391,6 @@ if (sys.platform != "win32"):
|
||||
#
|
||||
|
||||
if (sys.platform == "win32"):
|
||||
|
||||
IPATH=['panda/src/wgldisplay', 'panda/src/glstuff', 'panda/src/gobj']
|
||||
OPTS=['BUILDING_PANDAGL', 'NSPR', 'NVIDIACG', 'CGGL']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='wgldisplay_composite1.cxx', obj='wgldisplay_composite1.obj')
|
||||
@ -4421,7 +4418,6 @@ if (sys.platform == "win32"):
|
||||
#
|
||||
|
||||
if (sys.platform == "win32"):
|
||||
|
||||
IPATH=['panda/src/dxgsg7']
|
||||
OPTS=['BUILDING_PANDADX', 'DXSDK', 'NSPR']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='dxGraphicsStateGuardian7.cxx', obj='dxgsg7_dxGraphicsStateGuardian7.obj')
|
||||
@ -4471,7 +4467,6 @@ if (sys.platform == "win32"):
|
||||
#
|
||||
|
||||
if (sys.platform == "win32"):
|
||||
|
||||
IPATH=['panda/src/dxgsg9']
|
||||
OPTS=['BUILDING_PANDADX', 'DXSDK', 'NSPR']
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='dxGraphicsStateGuardian9.cxx', obj='dxgsg9_dxGraphicsStateGuardian9.obj')
|
||||
@ -4671,7 +4666,13 @@ CompileC(ipath=IPATH, opts=OPTS, src='dcParser.cxx', obj='dcparser_dcParser.obj'
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='dcLexer.cxx', obj='dcparser_dcLexer.obj')
|
||||
Interrogate(ipath=IPATH, opts=OPTS, outd='libdcparser.in', outc='libdcparser_igate.cxx',
|
||||
src='direct/src/dcparser', module='direct', library='libdcparser',
|
||||
files=['dcAtomicField.h', 'dcClass.h', 'dcDeclaration.h', 'dcField.h', 'dcFile.h', 'dcLexerDefs.h', 'dcMolecularField.h', 'dcParserDefs.h', 'dcSubatomicType.h', 'dcPackData.h', 'dcPacker.h', 'dcPackerCatalog.h', 'dcPackerInterface.h', 'dcParameter.h', 'dcClassParameter.h', 'dcArrayParameter.h', 'dcSimpleParameter.h', 'dcSwitchParameter.h', 'dcNumericRange.h', 'dcSwitch.h', 'dcTypedef.h', 'dcPython.h', 'dcbase.h', 'dcindent.h', 'hashGenerator.h', 'primeNumberGenerator.h', 'dcparser_composite1.cxx', 'dcparser_composite2.cxx'])
|
||||
files=['dcAtomicField.h', 'dcClass.h', 'dcDeclaration.h', 'dcField.h', 'dcFile.h',
|
||||
'dcLexerDefs.h', 'dcMolecularField.h', 'dcParserDefs.h', 'dcSubatomicType.h',
|
||||
'dcPackData.h', 'dcPacker.h', 'dcPackerCatalog.h', 'dcPackerInterface.h',
|
||||
'dcParameter.h', 'dcClassParameter.h', 'dcArrayParameter.h', 'dcSimpleParameter.h',
|
||||
'dcSwitchParameter.h', 'dcNumericRange.h', 'dcSwitch.h', 'dcTypedef.h', 'dcPython.h',
|
||||
'dcbase.h', 'dcindent.h', 'hashGenerator.h', 'primeNumberGenerator.h',
|
||||
'dcparser_composite1.cxx', 'dcparser_composite2.cxx'])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libdcparser_igate.cxx', obj='libdcparser_igate.obj')
|
||||
|
||||
#
|
||||
@ -4697,7 +4698,8 @@ CompileC(ipath=IPATH, opts=OPTS, src='cConnectionRepository.cxx', obj='distribut
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='cDistributedSmoothNodeBase.cxx', obj='distributed_cDistributedSmoothNodeBase.obj')
|
||||
Interrogate(ipath=IPATH, opts=OPTS, outd='libdistributed.in', outc='libdistributed_igate.cxx',
|
||||
src='direct/src/distributed', module='direct', library='libdistributed',
|
||||
files=['config_distributed.cxx', 'config_distributed.h', 'cConnectionRepository.cxx', 'cConnectionRepository.h', 'cDistributedSmoothNodeBase.cxx', 'cDistributedSmoothNodeBase.h'])
|
||||
files=['config_distributed.cxx', 'config_distributed.h', 'cConnectionRepository.cxx',
|
||||
'cConnectionRepository.h', 'cDistributedSmoothNodeBase.cxx', 'cDistributedSmoothNodeBase.h'])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libdistributed_igate.cxx', obj='libdistributed_igate.obj')
|
||||
|
||||
#
|
||||
@ -4718,7 +4720,12 @@ CompileC(ipath=IPATH, opts=OPTS, src='showInterval.cxx', obj='interval_showInter
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='waitInterval.cxx', obj='interval_waitInterval.obj')
|
||||
Interrogate(ipath=IPATH, opts=OPTS, outd='libinterval.in', outc='libinterval_igate.cxx',
|
||||
src='direct/src/interval', module='direct', library='libinterval',
|
||||
files=['config_interval.cxx', 'config_interval.h', 'cInterval.cxx', 'cInterval.h', 'cIntervalManager.cxx', 'cIntervalManager.h', 'cLerpInterval.cxx', 'cLerpInterval.h', 'cLerpNodePathInterval.cxx', 'cLerpNodePathInterval.h', 'cLerpAnimEffectInterval.cxx', 'cLerpAnimEffectInterval.h', 'cMetaInterval.cxx', 'cMetaInterval.h', 'hideInterval.cxx', 'hideInterval.h', 'showInterval.cxx', 'showInterval.h', 'waitInterval.cxx', 'waitInterval.h', 'lerp_helpers.h'])
|
||||
files=['config_interval.cxx', 'config_interval.h', 'cInterval.cxx', 'cInterval.h',
|
||||
'cIntervalManager.cxx', 'cIntervalManager.h', 'cLerpInterval.cxx', 'cLerpInterval.h',
|
||||
'cLerpNodePathInterval.cxx', 'cLerpNodePathInterval.h', 'cLerpAnimEffectInterval.cxx',
|
||||
'cLerpAnimEffectInterval.h', 'cMetaInterval.cxx', 'cMetaInterval.h', 'hideInterval.cxx',
|
||||
'hideInterval.h', 'showInterval.cxx', 'showInterval.h', 'waitInterval.cxx', 'waitInterval.h',
|
||||
'lerp_helpers.h'])
|
||||
CompileC(ipath=IPATH, opts=OPTS, src='libinterval_igate.cxx', obj='libinterval_igate.obj')
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user