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
@@ -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)