Explorar o código

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
dzzxzz@gmail.com %!s(int64=13) %!d(string=hai) anos
pai
achega
6c19a26481
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/iar.py

+ 1 - 1
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