aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/nmdeps.mak
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-12-31 20:19:24 +1100
committerNeil <nyamatongwe@gmail.com>2019-12-31 20:19:24 +1100
commit0af155eae811e515b7d4fbad8e198cdf01f6ff2f (patch)
tree39e4b88da4736d3c6556cf1b39ca2e01b9e1a789 /win32/nmdeps.mak
parenteed707bb9ad6da944af207a51e4a8d460d6c6846 (diff)
downloadscintilla-mirror-0af155eae811e515b7d4fbad8e198cdf01f6ff2f.tar.gz
Implement SCI_SETILEXER.
Diffstat (limited to 'win32/nmdeps.mak')
-rw-r--r--win32/nmdeps.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak
index c4fab693f..753bc6463 100644
--- a/win32/nmdeps.mak
+++ b/win32/nmdeps.mak
@@ -88,6 +88,15 @@ $(DIR_O)/Catalogue.obj: \
../lexlib/LexerModule.h \
../lexlib/CatalogueModules.h \
../src/Catalogue.h
+$(DIR_O)/CatalogueL.obj: \
+ ../src/Catalogue.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/CatalogueModules.h \
+ ../src/Catalogue.h
$(DIR_O)/CellBuffer.obj: \
../src/CellBuffer.cxx \
../include/Platform.h \