From 9f269884e78e6ed2005dd21b70bc0bdc0dcc66e0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 16 Mar 2000 11:32:37 +0000 Subject: Added Lex* files. --- win32/makefile_bor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'win32/makefile_bor') diff --git a/win32/makefile_bor b/win32/makefile_bor index 0b2cda968..a263d629e 100644 --- a/win32/makefile_bor +++ b/win32/makefile_bor @@ -34,10 +34,12 @@ SOBJS = ScintillaWin.obj ScintillaBase.obj Editor.obj Document.obj \ $(COMPONENT): $(SOBJS) ScintRes.res $(LD) -Tpd /c c0d32 $(SOBJS), $(COMPONENT), ,$(LDFLAGS), , ScintRes.res +LEXOBJS = LexCPP.obj LexHTML.obj LexOthers.obj LexPerl.obj LexPython.obj LexSQL.obj LexVB.obj + LOBJS = ScintillaWinL.obj ScintillaBaseL.obj Editor.obj Document.obj \ ContractionState.obj CellBuffer.obj CallTip.obj \ PlatWin.obj KeyMap.obj Indicator.obj LineMarker.obj Style.obj \ - ViewStyle.obj AutoComplete.obj KeyWords.obj Accessor.obj PropSet.obj + ViewStyle.obj AutoComplete.obj KeyWords.obj Accessor.obj PropSet.obj $(LEXOBJS) $(LEXCOMPONENT): $(LOBJS) $(LD) -Tpd /c c0d32 $(LOBJS), $(LEXCOMPONENT), ,$(LDFLAGS), , ScintRes.res -- cgit v1.2.3