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:
parent
3bec3d7caf
commit
bca9c66e0d
|
@ -3,7 +3,7 @@ Import('rtconfig')
|
||||||
from building import *
|
from building import *
|
||||||
|
|
||||||
src = Glob('*.c')
|
src = Glob('*.c')
|
||||||
CPPPATH = [RTT_ROOT + '/components/finsh']
|
CPPPATH = [GetCurrentDir()]
|
||||||
if rtconfig.CROSS_TOOL == 'keil':
|
if rtconfig.CROSS_TOOL == 'keil':
|
||||||
LINKFLAGS = ' --keep __fsym_* --keep __vsym_* '
|
LINKFLAGS = ' --keep __fsym_* --keep __vsym_* '
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue