diff options
| author | scaraveo <devnull@localhost> | 2007-06-04 20:42:04 +0000 |
|---|---|---|
| committer | scaraveo <devnull@localhost> | 2007-06-04 20:42:04 +0000 |
| commit | 0c80257e76f3c9e4b78ea5c73518f171938db14f (patch) | |
| tree | 3b9e6bdf3d0ca98be154d390a7cea855b59d0fd6 /macosx/makefile | |
| parent | e1968db795a82959db3da66e548a9ba482a3e36d (diff) | |
| download | scintilla-mirror-0c80257e76f3c9e4b78ea5c73518f171938db14f.tar.gz | |
fix osx build for new positioncache code
Diffstat (limited to 'macosx/makefile')
| -rw-r--r-- | macosx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/makefile b/macosx/makefile index 0ddbb9ccc..eaf03d410 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -75,7 +75,7 @@ deps: $(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ - CharClassify.o Decoration.o Document.o CallTip.o \ + CharClassify.o Decoration.o Document.o CallTip.o PositionCache.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatMacOSX.o \ KeyMap.o LineMarker.o ScintillaMacOSX.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
