move to external.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1304 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2011-03-04 05:55:42 +00:00
parent 27129b50fe
commit 40035dab65
225 changed files with 0 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
Import('RTT_ROOT')
Import('rtconfig')
from building import *
src = Split('''
png.c
pngerror.c
pnggccrd.c
pngget.c
pngmem.c
pngpread.c
pngread.c
pngrio.c
pngrtran.c
pngrutil.c
pngset.c
pngtrans.c
pngvcrd.c
pngwio.c
pngwrite.c
pngwtran.c
pngwutil.c
''')
CPPPATH = [RTT_ROOT + '/components/rtgui/common/libpng']
group = DefineGroup('libpng', src, depend = ['RTGUI_IMAGE_PNG'], CPPPATH = CPPPATH)
Return('group')