diff options
| author | nyamatongwe <devnull@localhost> | 2003-11-30 01:45:52 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-11-30 01:45:52 +0000 |
| commit | 14ca8f513e565aeb8112403897db03f115253cdb (patch) | |
| tree | e5c8a3ba71a42fb9597f146596089aaf8e57382a /gtk/makefile | |
| parent | e603fb3e31c7259955e3d5346b60b193151a8af8 (diff) | |
| download | scintilla-mirror-14ca8f513e565aeb8112403897db03f115253cdb.tar.gz | |
Lexers now added to library.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 7560e439a..685a11173 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -68,9 +68,7 @@ LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \ LexYAML.o #--Autogenerated -- end of automatically generated section -# The LEXOBJS have to be treated specially as the functions in them are not called from external code - -all: $(COMPLIB) $(LEXOBJS) +all: $(COMPLIB) clean: rm -f *.o $(COMPLIB) @@ -81,7 +79,8 @@ deps: $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ - RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o + RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + $(LEXOBJS) $(AR) rc $@ $^ $(RANLIB) $@ |
