From 3c097668f5483bcdce0a2c08b6127feffa82ff79 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Jul 2003 16:02:54 +0000 Subject: [PATCH] Added new STC file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@22346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/setup.py b/wxPython/setup.py index a4f98d6446..7d5286910b 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -838,6 +838,7 @@ if BUILD_STC: '%s/scintilla/src/Document.cxx' % STCLOC, '%s/scintilla/src/DocumentAccessor.cxx' % STCLOC, '%s/scintilla/src/Editor.cxx' % STCLOC, + '%s/scintilla/src/ExternalLexer.cxx' % STCLOC, '%s/scintilla/src/Indicator.cxx' % STCLOC, '%s/scintilla/src/KeyMap.cxx' % STCLOC, '%s/scintilla/src/KeyWords.cxx' % STCLOC,