build
must have the correct indentation because they are copied directly to the generated makefile.
Syntax
build:
"$(ObjDir)/Sample.op" : Sample.txt
$(BuildHelp) Sample.txt -o target
Example
libraryMySample {
source:
SampleStartup.c
SampleIndex.c
build:
$(ObjDir)/Sample.op" : Sample.txt
$(BuildHelp) Sample.txt -o target
link:
Sample.op
}
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.