update conscript of module examples

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1111 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc
2010-11-24 23:45:51 +00:00
parent 64b4a18874
commit f5d2b36adb
5 changed files with 41 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ group = {}
group['name'] = 'examples'
group['src'] = Glob('*.c')
group['CCFLAGS'] = ''
group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/components/module', RTT_ROOT + '/components/libdl']
group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/examples/module', RTT_ROOT + '/components/libdl']
group['CPPDEFINES'] = ''
target = 'extapp.so'