update project

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1590 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc@gmail.com
2011-07-03 23:15:43 +00:00
parent 4868f0f079
commit 82e62b69ce
4 changed files with 133 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if GetDepend('RT_USING_RTGUI') or GetDepend('RT_USING_FTK'):
src_drv += ['lcd_t35.c']
src = File(src_bsp + src_drv)
CPPPATH = [RTT_ROOT + '/bsp/mini2440']
CPPPATH = [GetCurrentDir()]
group = DefineGroup('Startup', src, depend = [''], CPPPATH = CPPPATH)
Return('group')