소스 검색

Another pass at fixing Pmw

rdb 14 년 전
부모
커밋
eb78f7cd0d
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      direct/src/p3d/panda3d.pdef
  2. 2 2
      direct/src/p3d/thirdparty.pdef

+ 3 - 3
direct/src/p3d/panda3d.pdef

@@ -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.tkwidgets')
+                  'direct.tkpanels', '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

+ 2 - 2
direct/src/p3d/thirdparty.pdef

@@ -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_1_3.lib.PmwLoader')
+           'Pmw', 'Pmw.Pmw_1_2.lib.*',
+                  'Pmw.Pmw_1_3.lib.*')
 
 
 class sqlite(package):
 class sqlite(package):
     config(display_name = "SQLite Interface")
     config(display_name = "SQLite Interface")