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

Class PrebuiltLibGenerator

v2/tools/builtin.py:522–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520generators.register (SearchedLibGenerator ())
521
522class PrebuiltLibGenerator(generators.Generator):
523
524 def __init__(self, id, composing, source_types, target_types_and_names, requirements):
525 generators.Generator.__init__ (self, id, composing, source_types, target_types_and_names, requirements)
526
527 def run(self, project, name, properties, sources):
528 f = properties.get("file")
529 return f + sources
530
531generators.register(PrebuiltLibGenerator("builtin.prebuilt", False, [],
532 ["LIB"], ["<file>"]))

Callers 1

builtin.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected