atl_exec.pl

Target Deployment Technology

Original Location: cmd folder

Template: either

Copy the atl_exec function into the Build Settings->Execution function section of the TDP Editor.

Any other files required for the link phase, such as debugger scripts, mapping definitions, etc., should be added to the Build Settings section of the TDP editor by right-clicking the Build Settings node and selecting Add Child->ASCII File.

Function prototype

The function prototype remains unchanged:

sub atl_exec($$$) {

  my ($exe,$out,$params)=@_;

}