More wxStyledTextCtrl fixes, and updates.
I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good. Some file name changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# -*- python -*-
|
||||
import sys
|
||||
|
||||
MODULE = 'stcc'
|
||||
SWIGFILES = ['stc.i']
|
||||
MODULE = 'stc_c'
|
||||
SWIGFILES = ['stc_.i']
|
||||
SOURCES = []
|
||||
PYFILES = ['stc.py']
|
||||
|
||||
|
||||
OTHERCFLAGS = '-I$(WXWIN)/contrib/include'
|
||||
OTHERSWIGFLAGS = '-I$(WXWIN)/contrib/include/wx/stc'
|
||||
|
||||
if sys.platform == 'win32':
|
||||
OTHERLIBS = '$(WXWIN)/contrib/lib/stc$(LIBEXT).lib'
|
||||
|
Reference in New Issue
Block a user