зеркало из https://github.com/mozilla/moz-skia.git
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:
Родитель
7d2e322bee
Коммит
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))
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
SOURCE := \
|
||||
SkBlitRow_opts_none.cpp
|
||||
|
Загрузка…
Ссылка в новой задаче