Syntax
script:
scriptFile[;directory]
Argument | directory | The destination directory. If you omit directory, CreateMake copies the file to the directory appropriate for the target. |
scriptFile | The file to export. |
Export
Example
MyLibraryScript
to $TaligentBinaries
, the appropriate default for library files, and export MyOtherScript
to $TaligentRoot/SpecialScripts
.
library MyLibrary {
source:
...
script:
MyLibraryScript
MyOtherScript;$TaligentRoot/SpecialScripts
}
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.