mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Build pmerge.p3d too
This commit is contained in:
parent
6be0f6bc28
commit
eaaff62ba5
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user