]> git.saurik.com Git - wxWidgets.git/commitdiff
dependencies for the new swig runtime files
authorRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 20:34:17 +0000 (20:34 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 20:34:17 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index e9e3d473e0636606748fd37c8baea5c960a43afe..4eb36b185512842fc3636b444ef4818f3e1ec0aa 100644 (file)
@@ -754,8 +754,10 @@ if FULL_DOCS:
     
 
 swig_deps = [ opj(WXPY_SRC, 'src/my_typemaps.i'),
+              opj(WXPY_SRC, 'src/my_fragments.i'),
               opj(WXPY_SRC, 'src/common.swg'),
               opj(WXPY_SRC, 'src/pyrun.swg'),
+              opj(WXPY_SRC, 'src/python.swg'),
               ]
 
 depends = [ #'include/wx/wxPython/wxPython.h',