add opts files to the make
git-svn-id: http://skia.googlecode.com/svn/trunk@296 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
7d2e322bee
commit
ed7bd9b4d3
4
Makefile
4
Makefile
@ -26,6 +26,10 @@ DEFINES += -DSK_SUPPORT_LCDTEXT
|
||||
include src/core/core_files.mk
|
||||
SRC_LIST := $(addprefix src/core/, $(SOURCE))
|
||||
|
||||
# add the opts (optimizations)
|
||||
include src/opts/opts_files.mk
|
||||
SRC_LIST += $(addprefix src/opts/, $(SOURCE))
|
||||
|
||||
# we usually need ports
|
||||
include src/ports/ports_files.mk
|
||||
SRC_LIST += $(addprefix src/ports/, $(SOURCE))
|
||||
|
3
src/opts/opts_files.mk
Normal file
3
src/opts/opts_files.mk
Normal file
@ -0,0 +1,3 @@
|
||||
SOURCE := \
|
||||
SkBlitRow_opts_none.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user