Rational Developer for System z
PL/I for Windows, Version 8.0, プログラミング・ガイド

事前定義推論規則

NMAKE では、いくつかの推論規則が事前定義されています。

表 26. NMAKE 事前定義推論規則
推論規則 コマンド・アクション デフォルト値
.c.obj $(CC) $(CFLAGS) /c $*.c icc /c $*.c
.c.exe $(CC) $(CFLAGS) $*.c icc $*.c
.asm.obj $(AS) $(AFLAGS) $*; masm $*;

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)