aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/makefile1
-rw-r--r--win32/scintilla.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/win32/makefile b/win32/makefile
index 9f6309f67..cfd5b27d9 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -116,6 +116,7 @@ LOBJS = \
Accessor.o \
Catalogue.o \
ExternalLexer.o \
+ DefaultLexer.o \
LexerBase.o \
LexerModule.o \
LexerSimple.o \
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 612d278ad..75becbfd1 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -219,6 +219,7 @@ LOBJS=\
$(DIR_O)\Accessor.obj \
$(DIR_O)\Catalogue.obj \
$(DIR_O)\ExternalLexer.obj \
+ $(DIR_O)\DefaultLexer.obj \
$(DIR_O)\LexerBase.obj \
$(DIR_O)\LexerModule.obj \
$(DIR_O)\LexerSimple.obj \