diff options
author | ssteele <unknown> | 2003-09-08 20:22:53 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-09-08 20:22:53 +0000 |
commit | 8b8fd2ad5218f407bc9309ea7b7b8795d94826f4 (patch) | |
tree | 5756007a0b5b9d6950b201b4f02522a272c45590 | |
parent | 409f5e9eb7fefe8368a9aedb376f2bef026ec01a (diff) | |
download | scintilla-mirror-8b8fd2ad5218f407bc9309ea7b7b8795d94826f4.tar.gz |
Fixed VC6 build - added clarion lexer
-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 4d2018f35..d78dc03c4 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -158,6 +158,10 @@ SOURCE=..\src\LexBullant.cxx # End Source File # Begin Source File +SOURCE=..\src\LexCLW.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexConf.cxx # End Source File # Begin Source File |