script

This tag identifies script files within a target to export. You can specify the destination directory, or default to the one appropriate for the target.

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.

Example

Export 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.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker