зеркало из https://github.com/mozilla/moz-skia.git
move SkUserConfig.h into include/config/ so it can be replaced by changing the
include search list at the Makefile level git-svn-id: http://skia.googlecode.com/svn/trunk@151 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
467a3dc89a
Коммит
c4d409012c
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# setup our defaults
|
# setup our defaults
|
||||||
CC := gcc
|
CC := gcc
|
||||||
C_INCLUDES := -Iinclude/core -Iinclude/effects -Iinclude/images -Iinclude/utils
|
C_INCLUDES := -Iinclude/config -Iinclude/core -Iinclude/effects -Iinclude/images -Iinclude/utils
|
||||||
CFLAGS := -Wall # -O2
|
CFLAGS := -Wall # -O2
|
||||||
LINKER_OPTS := -lpthread
|
LINKER_OPTS := -lpthread
|
||||||
DEFINES := -DSK_CAN_USE_FLOAT
|
DEFINES := -DSK_CAN_USE_FLOAT
|
||||||
|
|
Загрузка…
Ссылка в новой задаче