diff options
author | ssteele <unknown> | 2003-03-17 18:56:16 +0000 |
---|---|---|
committer | ssteele <unknown> | 2003-03-17 18:56:16 +0000 |
commit | 93a2a3df3efa35c356abea329e3401dfaca7a5b9 (patch) | |
tree | db28550f3404dcb07b396669e9fbb0c687ed0352 | |
parent | 690efdf4cbdd0d292003d84ad8989699d758377f (diff) | |
download | scintilla-mirror-93a2a3df3efa35c356abea329e3401dfaca7a5b9.tar.gz |
Fixed the Visual C++ 6 workspace to include LexPOV.cpp
-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 053b7ef75..71db676b8 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -210,6 +210,10 @@ SOURCE=..\src\LexPerl.cxx # End Source File # Begin Source File +SOURCE=..\src\LexPOV.cxx +# End Source File +# Begin Source File + SOURCE=..\src\LexPython.cxx # End Source File # Begin Source File |