Entering content frame

 Forced Translation 

Creates the specified target as a new target. A new link is created to an executable program.

imf.pl -u hello.lnk

hello.lnk fast

A module file is retranslated.

imf.pl -u :SAPDB/HelloWorld.c

HelloWorld.c fast

 

Recreates the specified target and all of the necessary module files.

imf.pl -U hello.lnk

HelloWorld.c fast

hello.lnk fast

 

Recreates the specified target, all of the necessary modules, and all of the required include files.

imf.pl -U -I hello.lnk

HelloWorld.h

HelloWorld.c fast

hello.lnk fast

Leaving content frame