*.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.
Create a loaddump file called
Example
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.