MCPcopy Create free account
hub / github.com/boostorg/build / UnixPrebuiltLibGenerator

Class UnixPrebuiltLibGenerator

src/tools/unix.py:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return result
67
68class UnixPrebuiltLibGenerator (generators.Generator):
69 def __init__ (self, id, composing, source_types, target_types_and_names, requirements):
70 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
71
72 def run (self, project, name, prop_set, sources):
73 f = prop_set.get ('<file>')
74 set_library_order_aux (f, sources)
75 return f + sources
76
77### # The derived toolset must specify their own rules and actions.
78# FIXME: restore?

Callers 1

unix.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected