4.2.4.9 The Object Builder
env.Object(target, sources)
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.
|