update libpng, libz, jpeg building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1308 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com 2011-03-05 00:44:42 +00:00
parent fb9a0952c8
commit cee08f0160
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jquant2.c
jdmerge.c
jmemnobs.c
''')
CPPPATH = [RTT_ROOT + '/components/rtgui/common/jpeg']
CPPPATH = [RTT_ROOT + '/components/external/jpeg']
group = DefineGroup('jpeg', src, depend = ['RTGUI_IMAGE_JPEG'], CPPPATH = CPPPATH)

View File

@ -21,7 +21,7 @@ pngwrite.c
pngwtran.c
pngwutil.c
''')
CPPPATH = [RTT_ROOT + '/components/rtgui/common/libpng']
CPPPATH = [RTT_ROOT + '/components/external/libpng']
group = DefineGroup('libpng', src, depend = ['RTGUI_IMAGE_PNG'], CPPPATH = CPPPATH)

View File

@ -16,7 +16,7 @@ trees.c
uncompr.c
zutil.c
''')
CPPPATH = [RTT_ROOT + '/components/rtgui/common/libz']
CPPPATH = [RTT_ROOT + '/components/external/libz']
group = DefineGroup('libz', src, depend = ['RTGUI_IMAGE_PNG'], CPPPATH = CPPPATH)