diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-26 08:17:52 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-26 08:17:52 +1000 |
| commit | 8971ac9fe89f01e717ad21126213ac8887fe373d (patch) | |
| tree | 07b64c7b7897d9fa6c8db44d4116e1736db25b2c | |
| parent | 3c82cfba7bd67e03a70fb24e9e7940b7ffc251d0 (diff) | |
| download | scintilla-mirror-8971ac9fe89f01e717ad21126213ac8887fe373d.tar.gz | |
Backport: Update deps for LexCoffeeScript not using Platform.h.
Backport of changeset 6740:3ef8bf667a7d.
| -rw-r--r-- | win32/deps.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index d504484c2..9ab7bb6b1 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -277,10 +277,10 @@ LexCOBOL.o: ../lexers/LexCOBOL.cxx ../include/ILexer.h \ ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ ../lexlib/LexerModule.h -LexCoffeeScript.o: ../lexers/LexCoffeeScript.cxx ../include/Platform.h \ - ../include/ILexer.h ../include/Sci_Position.h ../include/Scintilla.h \ - ../include/SciLexer.h ../lexlib/WordList.h ../lexlib/LexAccessor.h \ - ../lexlib/Accessor.h ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ +LexCoffeeScript.o: ../lexers/LexCoffeeScript.cxx ../include/ILexer.h \ + ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ + ../lexlib/WordList.h ../lexlib/LexAccessor.h ../lexlib/Accessor.h \ + ../lexlib/StyleContext.h ../lexlib/CharacterSet.h \ ../lexlib/LexerModule.h LexConf.o: ../lexers/LexConf.cxx ../include/ILexer.h \ ../include/Sci_Position.h ../include/Scintilla.h ../include/SciLexer.h \ |
