diff options
author | ssteele <devnull@localhost> | 2003-03-17 18:56:16 +0000 |
---|---|---|
committer | ssteele <devnull@localhost> | 2003-03-17 18:56:16 +0000 |
commit | 28a4a4e18f346cef89d2a147551857c0b8027e09 (patch) | |
tree | db28550f3404dcb07b396669e9fbb0c687ed0352 | |
parent | 1e10f448e3d2d199cd6fc3007ee52f4aec4f1bbd (diff) | |
download | scintilla-mirror-28a4a4e18f346cef89d2a147551857c0b8027e09.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 |