diff options
| author | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
| commit | a88e392a22aaf99415bf44bf9c09e05574938101 (patch) | |
| tree | 8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /win32/makefile | |
| parent | d195f52d1f2333d1f3fd5393be0cbf70f9c1ef04 (diff) | |
| download | scintilla-mirror-a88e392a22aaf99415bf44bf9c09e05574938101.tar.gz | |
New StyleContext file added to build system.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
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 |
