projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
corrected conditional compilation for Universal Interfaces (3.4 or later)
[wxWidgets.git]
/
src
/
stc
/
gen_iface.py
diff --git
a/src/stc/gen_iface.py
b/src/stc/gen_iface.py
index 8348993acc898df07d47b88986f3378e65481adf..6798593426e25d97e7818f572a3a690b890aa3eb 100644
(file)
--- a/
src/stc/gen_iface.py
+++ b/
src/stc/gen_iface.py
@@
-19,14
+19,14
@@
from fileinput import FileInput
IFACE = './scintilla/include/Scintilla.iface'
H_TEMPLATE = './stc.h.in'
CPP_TEMPLATE = './stc.cpp.in'
IFACE = './scintilla/include/Scintilla.iface'
H_TEMPLATE = './stc.h.in'
CPP_TEMPLATE = './stc.cpp.in'
-H_DEST = '../../include/wx/stc/stc.h'
# './stc_test.h' #
-CPP_DEST = './stc.cpp'
#'./stc_test.cpp'
+H_DEST = '../../include/wx/stc/stc.h'
+CPP_DEST = './stc.cpp'
# Value prefixes to convert
valPrefixes = [('SCI_', ''),
('SC_', ''),
# Value prefixes to convert
valPrefixes = [('SCI_', ''),
('SC_', ''),
- ('SCN_', None), # just toss these...
+ ('SCN_', None), # just toss these
out
...
('SCEN_', None),
('SCE_', ''),
('SCLEX_', 'LEX_'),
('SCEN_', None),
('SCE_', ''),
('SCLEX_', 'LEX_'),