diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-08-30 14:05:54 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-08-30 14:05:54 +1000 |
| commit | 917c4a524591b20ebc039ef8e32c158218412855 (patch) | |
| tree | 144735c378396c6c9426040ea7f820f533ed1158 | |
| parent | 790d8b107072162b1ac3fbe4b8a9b449557b2d29 (diff) | |
| download | scintilla-mirror-917c4a524591b20ebc039ef8e32c158218412855.tar.gz | |
Regenerate deps.mak for Windows to include LexJSON.
| -rw-r--r-- | win32/deps.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index 9922ef59c..fb259f2ac 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -385,6 +385,10 @@ LexInno.o: ../lexers/LexInno.cxx ../include/ILexer.h \ ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ ../lexlib/LexerModule.h +LexJSON.o: ../lexers/LexJSON.cxx ../include/ILexer.h \ + ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ + ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/StyleContext.h \ + ../lexlib/CharacterSet.h ../lexlib/LexerModule.h ../lexlib/OptionSet.h LexKix.o: ../lexers/LexKix.cxx ../include/ILexer.h \ ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ |
