git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1563 bbd45198-f89e-11dd-88c7-29a3b14d5316
@@ -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: