diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-06-21 00:49:18 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-06-21 00:49:18 +0000 |
commit | 8015dd83ae37147bb630d4751030868051ad0cae (patch) | |
tree | 410a8490df487a2b382c90303ac13c41a6627bca /Makefile | |
parent | dd0ac281e920b01a63789893cc3e7422789658dd (diff) |
almost there on gm (need to fix image writes/reads/compares)
move SkAutoGraphics into SkGraphics.h
add [] operators to SkString
git-svn-id: http://skia.googlecode.com/svn/trunk@228 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ else LINKER_OPTS += -lpng DEFINES += -DSK_BUILD_FOR_UNIX + SRC_LIST += src/ports/SkFontHost_none.cpp # these are our registry-based factories SRC_LIST += src/images/SkImageDecoder_Factory.cpp SRC_LIST += src/images/SkImageEncoder_Factory.cpp |