*.PinkMake
file have dependencies on the specified loaddump file.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.
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 }