« Prev 4.3.3.8 The Library Builder | Table of Contents | Next » 4.3.3.10 The Preprocess Builder |
env.Object(target, sources) # Example env.Object("module.o", "module.c")
The Object
builder compiles the given sources to an object file.
Although it can be called explicitly, it is more commonly implicitly called by
the Program
builder.
« Prev 4.3.3.8 The Library Builder | Table of Contents | Next » 4.3.3.10 The Preprocess Builder |