loaddump

This target creates build rules for creating a loaddump file with the specified headers. All targets built in a *.PinkMake file have dependencies on the specified loaddump file.

Syntax

      loaddump loadDumpFilePath {
      }

Argument loadDumpFilePath The path of the loaddump file. If this file does not exist during the build's objects phase, the build creates this file.

NOTE This syntax is not supported when building with the xlC compiler. It will be supported when using the Taligent C++ Compiler.

Example

Create a loaddump file called MyProject.Dump in the directory pointed to by $(TaligentRoot)/Dumps: with the given header files included. The header files must be valid files in $TaligentIncludes or $TaligentPrivateIncludes.

      loaddump "$(TaligentRoot)/Dumps/MyProject.Dump" {
          Application.h
          Test.h
          Format.h
          Dialogs.h
      }

[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