aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-17 18:37:43 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-17 18:37:43 +0000
commit6bc2f5db71dee06336e315a1329af335c77b0741 (patch)
tree686aa4c03d451d8eaad469e970fb15e0a0cb8c8a /Makefile
parent316f9923cb265cea8d52aafeb28f959870124207 (diff)
add SSE2 opt files to xcode
git-svn-id: http://skia.googlecode.com/svn/trunk@697 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1a18a1929..f6a748fe6f 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ include src/core/core_files.mk
SRC_LIST := $(addprefix src/core/, $(SOURCE))
# add the opts (optimizations)
+#include src/opts/opts_sse2_files.mk
include src/opts/opts_files.mk
SRC_LIST += $(addprefix src/opts/, $(SOURCE))