X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/60869eaf7e74b44ffd3ab9433541b8927fdd042e..09e48f0b1917db7e455f28c2c9ed661d39e9ab65:/src/stc/gen_iface.py?ds=sidebyside diff --git a/src/stc/gen_iface.py b/src/stc/gen_iface.py index 8348993acc..6798593426 100644 --- 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' -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_', ''), - ('SCN_', None), # just toss these... + ('SCN_', None), # just toss these out... ('SCEN_', None), ('SCE_', ''), ('SCLEX_', 'LEX_'),