add the search path to right place for IAR(M16C)

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2188 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
dzzxzz@gmail.com 2012-06-26 06:50:23 +00:00
parent bb529858fe
commit 6c19a26481
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def IARProject(target, script):
# print option.text
name = option.find('name')
if name.text == 'CCIncludePath2':
if name.text == 'CCIncludePath2' or name.text == 'newCCIncludePaths':
for path in paths:
state = SubElement(option, 'state')
state.text = '$PROJ_DIR$\\' + path