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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user