Don't ship libpandaskel, libpandaode and libpandaegg by default

This commit is contained in:
rdb 2009-09-07 16:43:32 +00:00
parent 61e093a559
commit c8fa5e77c0
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ class panda3d(package):
'direct.showutil.*',
'direct.stdpy.*')
# Exclude these Panda3D libs; they are big and many applications don't
# use them. We define them as separate, optional packages, below,
# except for skel - this is useless in a shipped game anyways.
excludeModule('libpandaegg')
excludeModule('libpandaode')
excludeModule('libpandaskel')
# Exclude these GUI toolkits; they're big, and many applications don't
# use them. We define them as separate, optional packages, below.
excludeModule('wx',