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
+1 -1
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)