Updated Scintilla to 1.52

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-04-19 20:20:45 +00:00
parent 94095266a7
commit a58fefdcbb
4 changed files with 314 additions and 0 deletions

View File

@@ -870,6 +870,7 @@ if BUILD_STC:
'%s/scintilla/src/LexLua.cxx' % STCLOC,
'%s/scintilla/src/LexMatlab.cxx' % STCLOC,
'%s/scintilla/src/LexOthers.cxx' % STCLOC,
'%s/scintilla/src/LexPOV.cxx' % STCLOC,
'%s/scintilla/src/LexPascal.cxx' % STCLOC,
'%s/scintilla/src/LexPerl.cxx' % STCLOC,
'%s/scintilla/src/LexPython.cxx' % STCLOC,