diff options
| author | nyamatongwe <unknown> | 2007-03-29 00:15:37 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2007-03-29 00:15:37 +0000 |
| commit | 0e778083ead5684d92ca1976180bb3259827ca49 (patch) | |
| tree | 8d587a6aa409d69f5966297d0ec1ab916a3ae3c6 /vcbuild | |
| parent | c23b5d711f3baf9df317c66974641fccb30e0b26 (diff) | |
| download | scintilla-mirror-0e778083ead5684d92ca1976180bb3259827ca49.tar.gz | |
Incorporated cmake support.
Diffstat (limited to 'vcbuild')
| -rw-r--r-- | vcbuild/SciLexer.dsp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index f54b4bde3..18aad2ed7 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -190,15 +190,15 @@ SOURCE=..\src\LexCLW.cxx # End Source File # Begin Source File -SOURCE=..\src\LexConf.cxx +SOURCE=..\src\LexCmake.cxx # End Source File # Begin Source File -SOURCE=..\src\LexCPP.cxx +SOURCE=..\src\LexConf.cxx # End Source File # Begin Source File -SOURCE=..\src\LexD.cxx +SOURCE=..\src\LexCPP.cxx # End Source File # Begin Source File @@ -214,6 +214,10 @@ SOURCE=..\src\LexCSS.cxx # End Source File # Begin Source File +SOURCE=..\src\LexD.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexEiffel.cxx # End Source File # Begin Source File |
