mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Another pass at fixing Pmw
This commit is contained in:
parent
f711cbf0bb
commit
eb78f7cd0d
@ -80,10 +80,10 @@ class panda3d(package):
|
|||||||
excludeModule('wx',
|
excludeModule('wx',
|
||||||
'direct.showbase.WxGlobal')
|
'direct.showbase.WxGlobal')
|
||||||
|
|
||||||
excludeModule('Tkinter',
|
excludeModule('Tkinter', 'Pmw',
|
||||||
'direct.showbase.TkGlobal',
|
'direct.showbase.TkGlobal',
|
||||||
'direct.tkpanels',
|
'direct.tkpanels', 'direct.tkwidgets',
|
||||||
'direct.tkwidgets')
|
'tkCommonDialog', 'tkMessageBox', 'tkSimpleDialog')
|
||||||
|
|
||||||
# Most of the core Panda3D DLL's will be included implicitly due to
|
# Most of the core Panda3D DLL's will be included implicitly due to
|
||||||
# being referenced by the above Python code. Here we name a few more
|
# being referenced by the above Python code. Here we name a few more
|
||||||
|
@ -37,8 +37,8 @@ class tk(package):
|
|||||||
module('direct.showbase.TkGlobal',
|
module('direct.showbase.TkGlobal',
|
||||||
'direct.tkpanels',
|
'direct.tkpanels',
|
||||||
'direct.tkwidgets',
|
'direct.tkwidgets',
|
||||||
'Pmw', 'Pmw.Pmw_1_2.lib.PmwLoader',
|
'Pmw', 'Pmw.Pmw_1_2.lib.*',
|
||||||
'Pmw.Pmw_1_3.lib.PmwLoader')
|
'Pmw.Pmw_1_3.lib.*')
|
||||||
|
|
||||||
class sqlite(package):
|
class sqlite(package):
|
||||||
config(display_name = "SQLite Interface")
|
config(display_name = "SQLite Interface")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user