多个描述块中的目标

更新:2007 年 11 月

若要使用不同的命令更新多个描述块中的目标,请在目标与依赖项之间指定两个连续的冒号 (::)。

target.lib :: one.asm two.asm three.asm
    ml one.asm two.asm three.asm
    lib target one.obj two.obj three.obj
target.lib :: four.c five.c
    cl /c four.c five.c
    lib target four.obj five.obj

请参见

概念

目标