diff options
author | ssteele <devnull@localhost> | 2003-08-09 17:08:28 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2003-08-09 17:08:28 +0000 |
commit | 26fd2a7486332fcf8258b4e6f7d390ae2bad01b1 (patch) | |
tree | c16c26ba3c9fa166616fb4c0f0d13079277eca69 | |
parent | 48ad8a6655b7466cfe452a84f53843a615188957 (diff) | |
download | scintilla-mirror-26fd2a7486332fcf8258b4e6f7d390ae2bad01b1.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 |