Build pmerge.p3d too

This commit is contained in:
rdb 2009-12-02 11:42:34 +00:00
parent 6be0f6bc28
commit eaaff62ba5

View File

@ -281,3 +281,16 @@ class ppatcher(p3d):
require('panda3d')
mainModule('direct.p3d.ppatcher')
class pmerge(p3d):
# Another handy utility to go along with ppackage. This
# merges multiple directory structures as created by
# ppackage into a single one.
config(display_name = "Panda3D Package Merger",
hidden = True, platform_specific = False,
keep_user_env = True)
require('panda3d')
mainModule('direct.p3d.pmerge')