diff options
| author | nyamatongwe <devnull@localhost> | 2009-07-03 05:48:47 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-07-03 05:48:47 +0000 |
| commit | ec1bb377e03fe38cdb9a10e387cb8eae408afa8f (patch) | |
| tree | f88ba56f27bd5111e0b9c9aaf12426f33dc992d5 /win32/makefile | |
| parent | 32f0b5c04976e2b24ab4d3e6adc7b438be44b90a (diff) | |
| download | scintilla-mirror-ec1bb377e03fe38cdb9a10e387cb8eae408afa8f.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 |
