From 7eee3d5e8292ab78bd898fcf93c05f240a0040a8 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Wed, 15 Dec 2010 11:04:37 +0000 Subject: [PATCH] update building script. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1206 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- examples/module/basicapp/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/module/basicapp/SConscript b/examples/module/basicapp/SConscript index b463a2f6c3..4b739c079e 100644 --- a/examples/module/basicapp/SConscript +++ b/examples/module/basicapp/SConscript @@ -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'