Update SConscript file.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2260 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2012-08-25 02:05:56 +00:00
parent 7307055b1c
commit e6f634955d
3 changed files with 13 additions and 14 deletions
+3 -5
View File
@@ -1,13 +1,11 @@
Import('RTT_ROOT')
Import('rtconfig')
from building import *
src = Split('''
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = Split('''
tjpgd.c
''')
CPPPATH = [RTT_ROOT + '/components/external/tjpgd1a']
group = DefineGroup('tjpgd', src, depend = ['RTGUI_IMAGE_TJPGD'], CPPPATH = CPPPATH)
Return('group')