зеркало из https://github.com/mozilla/moz-skia.git
update makefile for newly moved Factories
git-svn-id: http://skia.googlecode.com/svn/trunk@77 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
00bf85a986
Коммит
7b830a1d27
6
Makefile
6
Makefile
|
@ -48,8 +48,14 @@ else
|
|||
LINKER_OPTS += -lpng -ljpeg
|
||||
DEFINES += -DSK_BUILD_FOR_UNIX
|
||||
|
||||
# these are our registry-based factories
|
||||
SRC_LIST += src/images/SkImageDecoder_Factory.cpp
|
||||
SRC_LIST += src/images/SkImageEncoder_Factory.cpp
|
||||
# this is our list of optional codecs
|
||||
SRC_LIST += src/images/SkImageDecoder_libpng.cpp
|
||||
SRC_LIST += src/images/SkImageDecoder_libjpeg.cpp
|
||||
# support files
|
||||
SRC_LIST += src/images/SkScaledBitmapSampler.cpp
|
||||
endif
|
||||
|
||||
out/%.o : %.cpp
|
||||
|
|
Загрузка…
Ссылка в новой задаче