use GetCurrentDir() as include path.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1563 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2011-07-01 05:36:42 +00:00
parent 3bec3d7caf
commit bca9c66e0d
1 changed files with 1 additions and 1 deletions

View File

@ -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: