diff options
| author | nyamatongwe <devnull@localhost> | 2001-05-01 11:12:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-05-01 11:12:42 +0000 |
| commit | 2bf292a604d2b8e2bb07be283d8ab0067f24a43b (patch) | |
| tree | 2d1d090c6804a9af2f81f04c4554c22e819a1487 /vcbuild | |
| parent | 581baaf98ebddddf0984b7b5bab90216069ac8b6 (diff) | |
| download | scintilla-mirror-2bf292a604d2b8e2bb07be283d8ab0067f24a43b.tar.gz | |
External lexer feature added by Simon allows lexers to be housed in DLLs with
a .lexer extension which are automatically loaded at startup.
Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
Diffstat (limited to 'vcbuild')
| -rw-r--r-- | vcbuild/SciLexer.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index af8b12c8d..7adbe615d 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -122,6 +122,10 @@ SOURCE=..\src\Editor.cxx # End Source File # Begin Source File +SOURCE=..\win32\ExternalLexer.cxx +# End Source File +# Begin Source File + SOURCE=..\src\Indicator.cxx # End Source File # Begin Source File |
