D | unix.py | 22 def run (self, project, name, prop_set, sources): argument 23 result = builtin.LinkingGenerator.run (self, project, name, prop_set, sources) 25 set_library_order (project.manager (), sources, prop_set, result [1]) 29 def generated_targets (self, sources, prop_set, project, name): argument 32 for l in sources: 39 sources = sources2 + order_libraries (libraries) 41 return builtin.LinkingGenerator.generated_targets (self, sources, prop_set, project, name) 48 def run (self, project, name, prop_set, sources): argument 50 result = builtin.ArchiveGenerator.run(self, project, name, prop_set, sources) 55 set_library_order(project.manager(), sources, prop_set, targets) [all …]
|