add Table apis to SkFontHost
need to implement in _win backend



git-svn-id: http://skia.googlecode.com/svn/trunk@149 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/Makefile b/Makefile
index ddfecfc..84742d4 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@
 
 # add any optional codecs for this app
 ifeq ($(SKIA_BUILD_FOR),mac)
-#    BENCH_SRCS += bench/TextBench.cpp
+    BENCH_SRCS += bench/TextBench.cpp
 else
     BENCH_SRCS += src/images/SkImageDecoder_libpng.cpp
 endif