« Prev 4.3.3.7 The Lex Builder | Table of Contents | Next » 4.3.3.9 The Object Builder |
env.Library(target, sources) # Example env.Library("lib.a", Rscons.glob("src/**/*.c"))
The Library
builder creates a static library archive from the given source
files.
« Prev 4.3.3.7 The Lex Builder | Table of Contents | Next » 4.3.3.9 The Object Builder |