diff options
author | ssteele <unknown> | 2003-08-09 17:08:28 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-08-09 17:08:28 +0000 |
commit | 6f3a5682b3aadafb84632e45cf89abb1b9315cc0 (patch) | |
tree | c16c26ba3c9fa166616fb4c0f0d13079277eca69 | |
parent | 64313476117b3695b6ee9a9a43c808ea7ded1ba0 (diff) | |
download | scintilla-mirror-6f3a5682b3aadafb84632e45cf89abb1b9315cc0.tar.gz |
Fixed VC6 Build for 1.54 release
-rw-r--r-- | vcbuild/SciLexer.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index 16cb9766e..d4b1df5f1 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -206,6 +206,10 @@ SOURCE=..\src\LexMatlab.cxx # End Source File # Begin Source File +SOURCE=..\src\LexNsis.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexOthers.cxx # End Source File # Begin Source File @@ -222,6 +226,10 @@ SOURCE=..\src\LexPOV.cxx # End Source File # Begin Source File +SOURCE=..\src\LexPS.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexPython.cxx # End Source File # Begin Source File @@ -230,6 +238,10 @@ SOURCE=..\src\LexRuby.cxx # End Source File # Begin Source File +SOURCE=..\src\LexScriptol.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File |