提交 bca9c66e 编写于 作者: B bernard.xiong

use GetCurrentDir() as include path.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1563 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 3bec3d7c
...@@ -3,7 +3,7 @@ Import('rtconfig') ...@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册