aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-11-01 05:28:08 +0000
committernyamatongwe <devnull@localhost>2000-11-01 05:28:08 +0000
commitfd5f9697bab7aad5723ba525f6ff0f93e9c053ec (patch)
tree4398ec6018533f79bd6d7b6a4ba71727211bb0e3 /win32/makefile
parenteee0bbdab3d45a8ac6607d7c10a03d0b000a5ed2 (diff)
downloadscintilla-mirror-fd5f9697bab7aad5723ba525f6ff0f93e9c053ec.tar.gz
Ahmad's Apache CONF support.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index eb4e37327..100636202 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -34,7 +34,7 @@ ALL: $(COMPONENT) $(LEXCOMPONENT) ScintillaWinS.o WindowAccessor.o
clean:
del /q *.exe *.o *.obj *.dll *.res *.map
-LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o
+LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o LexConf.o
SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \
ContractionState.o CellBuffer.o CallTip.o \
@@ -78,6 +78,8 @@ LexSQL.o: LexSQL.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
LexVB.o: LexVB.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
+LexConf.o: LexConf.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
+ Scintilla.h SciLexer.h
KeyWords.o: KeyWords.cxx Platform.h PropSet.h Accessor.h KeyWords.h \
Scintilla.h SciLexer.h
LineMarker.o: LineMarker.cxx Platform.h Scintilla.h LineMarker.h