Make the unix test app build.

There are two ways to build it, using the gyp files,
or using its own makefile.  A recent update of a
sample made it no longer build using its own makefile.
Make it build once again.


git-svn-id: http://skia.googlecode.com/svn/trunk@1236 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo 2011-05-04 14:16:36 +00:00
parent 3048d4fd4e
commit 2fcdbec6ff
2 changed files with 3 additions and 1 deletions

View File

@ -95,6 +95,7 @@ SOURCE := \
SkStrokerPriv.cpp \
SkTSearch.cpp \
SkTypeface.cpp \
SkTypefaceCache.cpp \
SkUnPreMultiply.cpp \
SkUtils.cpp \
SkWriter32.cpp \

View File

@ -10,7 +10,8 @@ C_INCLUDES := -I../include/core \
-I../include/gpu \
-I../gpu/include \
-I../include/utils/unix \
-I../samplecode
-I../samplecode \
-I../src/core
VPATH = libs:../src/ports:../samplecode:../src/core:../src/utils/unix