git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31828
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# SWIG defaults
#----------------------------------------------------------------------
# SWIG defaults
#----------------------------------------------------------------------
-# i files could live in the wxWidgets/wxPython/src dir, or in
+# *.i files could live in the wxWidgets/wxPython/src dir, or in
# a subdirectory of the devel package. Let's specify both
# dirs as includes so we don't have to guess which is correct.
# a subdirectory of the devel package. Let's specify both
# dirs as includes so we don't have to guess which is correct.
wxfilesdir = opj(WXPREFIX, i_subdir)
else:
wxfilesdir = opj(WXPY_SRC, i_subdir)
wxfilesdir = opj(WXPREFIX, i_subdir)
else:
wxfilesdir = opj(WXPY_SRC, i_subdir)
i_files_includes = [ '-I' + opj(WXPY_SRC, 'src'),
'-I' + wxfilesdir ]
i_files_includes = [ '-I' + opj(WXPY_SRC, 'src'),
'-I' + wxfilesdir ]
-
-if wxfilesdir != "":
- i_files_includes.append(wxfilesdir)
swig_cmd = SWIG
swig_force = force
swig_cmd = SWIG
swig_force = force