diff options
author | ssteele <devnull@localhost> | 2003-05-27 19:21:01 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2003-05-27 19:21:01 +0000 |
commit | a0eacaa8e926774b4825e3f8f4a0dde22e2da4d8 (patch) | |
tree | c398e41591dd8d7432f53efcd5aac2d304681731 | |
parent | 2bf06db1a1c46e63a6f520eebab6c93d4e4404c5 (diff) | |
download | scintilla-mirror-a0eacaa8e926774b4825e3f8f4a0dde22e2da4d8.tar.gz |
Fixed build to include Lout and EScript, also fixed ExternalLexer reference.
-rw-r--r-- | vcbuild/SciLexer.dsp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index 71db676b8..16cb9766e 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -122,7 +122,7 @@ SOURCE=..\src\Editor.cxx # End Source File # Begin Source File -SOURCE=..\win32\ExternalLexer.cxx +SOURCE=..\src\ExternalLexer.cxx # End Source File # Begin Source File @@ -178,6 +178,10 @@ SOURCE=..\src\LexEiffel.cxx # End Source File # Begin Source File +SOURCE=..\src\LexEScript.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexFortran.cxx # End Source File # Begin Source File @@ -190,6 +194,10 @@ SOURCE=..\src\LexLisp.cxx # End Source File # Begin Source File +SOURCE=..\src\LexLout.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexLua.cxx # End Source File # Begin Source File |