Reglas predefinidas

Las reglas de inferencia predefinidas utilizan macros de comando y de opciones proporcionadas por NMAKE.

Regla

Command

Default

predeterminada

por lotes

Regla

Plataforma donde se ejecuta NMAKE

.asm.exe

$(AS) $(AFLAGS) $<

ml $<

no

x86

.asm.obj

$(AS) $(AFLAGS) /c $<

ml /c $<

x86

.asm.exe

$(AS) $(AFLAGS) $<

ml64 $<

no

x64

.asm.obj

$(AS) $(AFLAGS) /c $<

ml64 /c $<

x64

.s.obj

$(AS) $(AFLAGS) $<

ias /c $<

no

Familia de procesadores Itanium (IPF)

.c.exe

$(CC) $(CFLAGS) $<

cl $<

no

all

.c.obj

$(CC) $(CFLAGS) /c $<

cl /c $<

all

.cc.exe

$(CC) $(CFLAGS) $<

cl $<

no

all

.cc.obj

$(CC) $(CFLAGS) /c $<

cl /c $<

all

.cpp.exe

$(CPP) $(CPPFLAGS) $<

cl $<

no

all

.cpp.obj

$(CPP) $(CPPFLAGS) /c $<

cl /c $<

all

.cxx.exe

$(CXX) $(CXXFLAGS) $<

cl $<

no

all

.cxx.obj

$(CXX) $(CXXFLAGS) /c $<

cl /c $<

all

.rc.res

$(RC) $(RFLAGS) /r $<

rc /r $<

no

all

Vea también

Conceptos

Reglas de inferencia