ConfigTreeNode.py
changeset 1746 45d6f5fba016
parent 1744 69dfdb26f600
child 1747 6046ffa2280f
equal deleted inserted replaced
1745:f9d32913bad4 1746:45d6f5fba016
   292             _LocationCFilesAndCFLAGS, _LDFLAGS, _extra_files = \
   292             _LocationCFilesAndCFLAGS, _LDFLAGS, _extra_files = \
   293                 CTNChild._Generate_C(
   293                 CTNChild._Generate_C(
   294                     # keep the same path
   294                     # keep the same path
   295                     buildpath,
   295                     buildpath,
   296                     # filter locations that start with current IEC location
   296                     # filter locations that start with current IEC location
   297                     [loc for loc in locations if loc["LOC"][0:depth] == new_location ])
   297                     [loc for loc in locations if loc["LOC"][0:depth] == new_location])
   298             # stack the result
   298             # stack the result
   299             LocationCFilesAndCFLAGS += _LocationCFilesAndCFLAGS
   299             LocationCFilesAndCFLAGS += _LocationCFilesAndCFLAGS
   300             LDFLAGS += _LDFLAGS
   300             LDFLAGS += _LDFLAGS
   301             extra_files += _extra_files
   301             extra_files += _extra_files
   302 
   302