多重描述區塊中的目標
更新: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