Fix compile error when building with --use-python --no-direct

This commit is contained in:
rdb 2010-09-03 18:57:30 +00:00
parent 17a8d045bf
commit b717dfefdc

View File

@ -4598,6 +4598,7 @@ if (PkgSkip("PYTHON")==0 and not RUNTIME):
TargetAdd('PandaModules.py', input='libpanda.dll')
TargetAdd('PandaModules.py', input='libpandaphysics.dll')
TargetAdd('PandaModules.py', input='libpandafx.dll')
if (PkgSkip("DIRECT")==0):
TargetAdd('PandaModules.py', input='libp3direct.dll')
TargetAdd('PandaModules.py', input='libp3vision.dll')
TargetAdd('PandaModules.py', input='libpandaskel.dll')