update building script.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1206 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2010-12-15 11:04:37 +00:00
parent 89ac28b9bb
commit 7eee3d5e82
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ group = {}
group['name'] = 'examples'
group['src'] = Glob('*.c')
group['CCFLAGS'] = ''
group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/components/examples']
group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/examples/module']
group['CPPDEFINES'] = ''
target = 'basicapp.so'