some GTK1 bulkd fixes from Sander Niemeijer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-25 20:47:15 +00:00
parent 55420742a1
commit 61ecd22547
4 changed files with 11 additions and 1 deletions

View File

@@ -793,6 +793,8 @@ else:
i_files = glob.glob(opj("src/*.i")) + \
glob.glob(opj("src/_*.py")) + \
glob.glob(opj("src/*.swg"))
if BUILD_GLCANVAS:
i_files += glob.glob(opj("contrib/glcanvas/*.i"))
HEADERS = zip(h_files, ["/wxPython"]*len(h_files)) + \
zip(i_files, ["/wxPython/i_files"]*len(i_files))