| Argument | objectFiles | Object files to link in after any other files produced from specified source files within the target. |
Create a dependency for
Example
MyLibrary on the file LibIO.c.o, which is an existing object from another target in the same project or another project. The explicit path to the object file is not required.
library MyLibrary {
source:
Main.c
object:
.../ObjectFiles:LibIO.c.o
}
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.