aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-04-05 10:50:11 +0000
committernyamatongwe <devnull@localhost>2007-04-05 10:50:11 +0000
commit2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8 (patch)
tree04c2ad1b9fd3359de89792aeaa9567b9edd56628 /win32/makefile
parentd86e4efcf67d2fe73cd74c01f15318fa95d28f5a (diff)
downloadscintilla-mirror-2a30f053fd7ad4d9dcb8a5a39a3bf4da06f344e8.tar.gz
Implemented decorations which are extended indicators.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/win32/makefile b/win32/makefile
index ef18e0d7a..ce0d2c076 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -62,16 +62,16 @@ LexScriptol.o LexSmalltalk.o LexSpecman.o LexSpice.o LexSQL.o LexTADS3.o \
LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o
#--Autogenerated -- end of automatically generated section
-SOBJS = ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Document.o \
- ContractionState.o CellBuffer.o CallTip.o \
- ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \
+SOBJS = ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Decoration.o \
+ Document.o ContractionState.o CellBuffer.o CallTip.o \
+ ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \
Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o XPM.o
$(COMPONENT): $(SOBJS) Scintilla.def
$(DLLWRAP) --add-stdcall-alias --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable
-LOBJS = ScintillaWinL.o ScintillaBaseL.o Editor.o CharClassify.o Document.o \
- ContractionState.o CellBuffer.o CallTip.o \
- ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \
+LOBJS = ScintillaWinL.o ScintillaBaseL.o Editor.o CharClassify.o Decoration.o \
+ Document.o ContractionState.o CellBuffer.o CallTip.o \
+ ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \
Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \
DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o XPM.o $(LEXOBJS)
$(LEXCOMPONENT): $(LOBJS) Scintilla.def