aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-02 04:33:50 +0000
committernyamatongwe <devnull@localhost>2001-09-02 04:33:50 +0000
commitbcf72c2b70ed57332f6f020f1c47df9a6f20060c (patch)
tree8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /win32/makefile
parent99d9336612b96f55d37252e49fe2a917f0d79121 (diff)
downloadscintilla-mirror-bcf72c2b70ed57332f6f020f1c47df9a6f20060c.tar.gz
New StyleContext file added to build system.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 8e11f1d4c..e5bc921d0 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -52,7 +52,7 @@ LOBJS = ScintillaWinL.o ScintillaBaseL.o Editor.o Document.o \
ContractionState.o CellBuffer.o CallTip.o \
ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \
Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \
- DocumentAccessor.o PropSet.o ExternalLexer.o $(LEXOBJS)
+ DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o $(LEXOBJS)
$(LEXCOMPONENT): $(LOBJS)
$(DLLWRAP) --target i386-mingw32 -o $@ $(LOBJS) $(LDFLAGS) -s --relocatable