export

A variable specifying that files in your project be exported to various Taligent directories.

Syntax

      export {
          exportTags
      }

Argument exportTags Controls which files are exported. Valid tags are: binary, client, data, library, program, script, server, subfolder, testdata, and testlibrary.

Example

The example shows the destination of each of the supported tags.

      export {
      binary:
          SampleExportBinary          // to $(TaligentBinaries)
      client:
          SampleExportClient          // to $(TaligentLibraries)
      subfolder:
          SampleExportSubfolder       // to $(TaligentBinaries)/subfolder
      program:
          SampleExportProgram         // to $(TaligentBinaries)
      data:
          SampleExportData
      script:
          SampleExportScript          // to $(TaligentSamples)
      server:
          SampleExportServer          // to $(OPD)/Servers:
      library:
          SampleExportExportLibrary   // to $(OPD)/SharedLibaries:
      testlibrary:
          SampleExportTestLibrary     // to $(OPD)/SharedLibraries:
                  TestSharedLibaries:
      testdata:                       // to $(TaligentTests)TestData:
          SampleExportTestData
      testscript:                     // to $(TaligentTests)TestScripts:
          SampleExportTestScript
      }

[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