ConfigTreeNode.py
changeset 1833 2269739dd098
parent 1831 56b48961cc68
child 1846 14b40afccd69
equal deleted inserted replaced
1832:0f1081928d65 1833:2269739dd098
   256             "SIZE" : size "X", "B", "W", "D", "L"
   256             "SIZE" : size "X", "B", "W", "D", "L"
   257             "LOC" : tuple of interger for IEC location (0,1,2,...)
   257             "LOC" : tuple of interger for IEC location (0,1,2,...)
   258             }, ...]
   258             }, ...]
   259         @return: [(C_file_name, CFLAGS),...] , LDFLAGS_TO_APPEND
   259         @return: [(C_file_name, CFLAGS),...] , LDFLAGS_TO_APPEND
   260         """
   260         """
   261         self.GetCTRoot().logger.write_warning(".".join(map(lambda x: str(x), self.GetCurrentLocation())) + " -> Nothing to do\n")
   261         self.GetCTRoot().logger.write_warning(".".join(map(str, self.GetCurrentLocation())) + " -> Nothing to do\n")
   262         return [], "", False
   262         return [], "", False
   263 
   263 
   264     def _Generate_C(self, buildpath, locations):
   264     def _Generate_C(self, buildpath, locations):
   265         # Generate confnodes [(Cfiles, CFLAGS)], LDFLAGS, DoCalls, extra_files
   265         # Generate confnodes [(Cfiles, CFLAGS)], LDFLAGS, DoCalls, extra_files
   266         # extra_files = [(fname,fobject), ...]
   266         # extra_files = [(fname,fobject), ...]