From bca9c66e0dd4ad9a344292e88f5dbf1a3a24a26a Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Fri, 1 Jul 2011 05:36:42 +0000 Subject: [PATCH] use GetCurrentDir() as include path. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1563 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/finsh/SConscript b/components/finsh/SConscript index 8eeb67df3..ccd1c35ee 100644 --- a/components/finsh/SConscript +++ b/components/finsh/SConscript @@ -3,7 +3,7 @@ Import('rtconfig') from building import * src = Glob('*.c') -CPPPATH = [RTT_ROOT + '/components/finsh'] +CPPPATH = [GetCurrentDir()] if rtconfig.CROSS_TOOL == 'keil': LINKFLAGS = ' --keep __fsym_* --keep __vsym_* ' else: