data

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

Syntax

      data:
          dataFile[;directory]

Argument directory The destination directory. If you omit directory, CreateMake copies the file to the directory appropriate for the target.
dataFile The file to export.

Example

Export MyArt to $TaligentBinaries, the appropriate default for library files, export MySounds to $TaligentRoot/Sounds, and export MyMIDI to $TaligentRoot/MIDI.

      library MyLibrary {
      source:
          ...
      data:
          MyArt
          MySounds;$TaligentRoot/Sounds
          MyMIDI;$TaligentRoot/MIDI
      }

[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