次の方法で共有


Multiple Targets 

NMAKE evaluates multiple targets in a single dependency as if each were specified in a separate description block.

This... ...is evaluated as this
bounce.exe leap.exe : 
jump.obj
   echo Building...
bounce.exe : jump.obj
   echo Building...
leap.exe : jump.obj
   echo Building...

See Also

Concepts

Targets