aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/deps.mak8
-rw-r--r--win32/nmdeps.mak8
-rw-r--r--win32/scintilla.mak1
3 files changed, 17 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak
index 4bc99e211..8c53840ad 100644
--- a/win32/deps.mak
+++ b/win32/deps.mak
@@ -1963,6 +1963,14 @@ LexVisualProlog.o: \
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
+LexX12.o: \
+ ../lexers/LexX12.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/DefaultLexer.h
LexYAML.o: \
../lexers/LexYAML.cxx \
../include/ILexer.h \
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak
index 9cf46b03b..8ddedfc79 100644
--- a/win32/nmdeps.mak
+++ b/win32/nmdeps.mak
@@ -1963,6 +1963,14 @@ $(DIR_O)/LexVisualProlog.obj: \
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
+$(DIR_O)/LexX12.obj: \
+ ../lexers/LexX12.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/DefaultLexer.h
$(DIR_O)/LexYAML.obj: \
../lexers/LexYAML.cxx \
../include/ILexer.h \
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 8c72176c6..9b91e7639 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -216,6 +216,7 @@ LEXOBJS=\
$(DIR_O)\LexVerilog.obj \
$(DIR_O)\LexVHDL.obj \
$(DIR_O)\LexVisualProlog.obj \
+ $(DIR_O)\LexX12.obj \
$(DIR_O)\LexYAML.obj \
#--Autogenerated -- end of automatically generated section