aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-02-25 02:43:03 +0000
committernyamatongwe <devnull@localhost>2006-02-25 02:43:03 +0000
commit818cf866da84841e0f46c8f7b717b18926032f25 (patch)
tree2bdb32179d450bb6b0356d501eccb7bb978c5098 /win32/makefile
parent89cb4070bf10f7143df9a40aed89693b029f7e2e (diff)
downloadscintilla-mirror-818cf866da84841e0f46c8f7b717b18926032f25.tar.gz
Patch from Greg Smith with further modifications moved character
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile
index 99e98c13e..00248fd93 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -62,14 +62,14 @@ LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o \
LexYAML.o
#--Autogenerated -- end of automatically generated section
-SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \
+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 \
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 Document.o \
+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 \
Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \