diff options
| author | nyamatongwe <unknown> | 2009-07-03 05:48:47 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-03 05:48:47 +0000 |
| commit | 43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9 (patch) | |
| tree | f88ba56f27bd5111e0b9c9aaf12426f33dc992d5 /win32/makefile | |
| parent | 2c6815995a898438dd58aaa05af9261fc8b85da6 (diff) | |
| download | scintilla-mirror-43deaf5e127a3bb92e1e2c72fa9cd8f8233578a9.tar.gz | |
Discontiguoues selection and virtual space initial commit.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index 143be32e0..5f495c7a4 100644 --- a/win32/makefile +++ b/win32/makefile @@ -67,14 +67,14 @@ LexTADS3.o LexTAL.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o SOBJS = ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Decoration.o \ Document.o ContractionState.o CellBuffer.o CallTip.o \ ScintRes.o PlatWin.o PositionCache.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \ - Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o XPM.o PerLine.o + Selection.o Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o XPM.o PerLine.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 Decoration.o \ Document.o ContractionState.o CellBuffer.o CallTip.o \ ScintRes.o PlatWin.o PositionCache.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \ - Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \ + Selection.o Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \ DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o XPM.o PerLine.o $(LEXOBJS) $(LEXCOMPONENT): $(LOBJS) Scintilla.def $(DLLWRAP) --add-stdcall-alias --target i386-mingw32 -o $@ $(LOBJS) $(LDFLAGS) -s --relocatable |
