From 6c19a26481702ac526898fc65fd166168aee2422 Mon Sep 17 00:00:00 2001 From: "dzzxzz@gmail.com" Date: Tue, 26 Jun 2012 06:50:23 +0000 Subject: [PATCH] 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 --- tools/iar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/iar.py b/tools/iar.py index 6f4584e852..040020aa6c 100644 --- a/tools/iar.py +++ b/tools/iar.py @@ -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 -- GitLab