aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/deps.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-05-01 11:12:42 +0000
committernyamatongwe <devnull@localhost>2001-05-01 11:12:42 +0000
commit2bf292a604d2b8e2bb07be283d8ab0067f24a43b (patch)
tree2d1d090c6804a9af2f81f04c4554c22e819a1487 /win32/deps.mak
parent581baaf98ebddddf0984b7b5bab90216069ac8b6 (diff)
downloadscintilla-mirror-2bf292a604d2b8e2bb07be283d8ab0067f24a43b.tar.gz
External lexer feature added by Simon allows lexers to be housed in DLLs with
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
Diffstat (limited to 'win32/deps.mak')
-rw-r--r--win32/deps.mak7
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/deps.mak b/win32/deps.mak
index f46cfa7ef..f2b1908d7 100644
--- a/win32/deps.mak
+++ b/win32/deps.mak
@@ -1,3 +1,7 @@
+ExternalLexer.o: ExternalLexer.cxx ..\include\SciLexer.h \
+ ..\include\platform.h ..\include\propset.h ..\include\SString.h \
+ ..\include\accessor.h ..\src\DocumentAccessor.h ..\include\KeyWords.h \
+ ExternalLexer.h
PlatWin.o: PlatWin.cxx ..\include\Platform.h PlatformRes.h \
..\src\UniConversion.h
ScintillaWin.o: ScintillaWin.cxx ..\include\Platform.h \
@@ -45,9 +49,6 @@ LexConf.o: ../src/LexConf.cxx ..\include\Platform.h \
LexCPP.o: ../src/LexCPP.cxx ..\include\Platform.h ..\include\PropSet.h \
..\include\SString.h ..\include\Accessor.h ..\include\KeyWords.h \
..\include\Scintilla.h ..\include\SciLexer.h
-LexerManager.o: ../src/LexerManager.cxx ..\include\SciLexer.h \
- ..\include\platform.h ..\include\propset.h ..\include\SString.h \
- ..\include\accessor.h ..\include\KeyWords.h ..\include\LexerManager.h
LexHTML.o: ../src/LexHTML.cxx ..\include\Platform.h \
..\include\PropSet.h ..\include\SString.h ..\include\Accessor.h \
..\include\KeyWords.h ..\include\Scintilla.h ..\include\SciLexer.h