Vordefinierte Regeln

Aktualisiert: November 2007

Von vordefinierten Rückschlussregeln werden Befehls- und Optionenmakros von NMAKE verwendet.

Regel

Befehl

Standardwert

action

Batch

Regel

Plattform, auf der nmake funktioniert

.asm.exe

$(AS) $(AFLAGS) $<

ml $<

nein

x86

.asm.obj

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

ml /c $<

ja

x86

.asm.exe

$(AS) $(AFLAGS) $<

ml64 $<

nein

x64

.asm.obj

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

ml64 /c $<

ja

x64

.s.obj

$(AS) $(AFLAGS) $<

ias /c $<

nein

Itanium-Prozessorfamilie (IPF)

.c.exe

$(CC) $(CFLAGS) $<

cl $<

nein

all

.c.obj

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

cl /c $<

ja

all

.cc.exe

$(CC) $(CFLAGS) $<

cl $<

nein

all

.cc.obj

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

cl /c $<

ja

all

.cpp.exe

$(CPP) $(CPPFLAGS) $<

cl $<

nein

all

.cpp.obj

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

cl /c $<

ja

all

.cxx.exe

$(CXX) $(CXXFLAGS) $<

cl $<

nein

all

.cxx.obj

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

cl /c $<

ja

all

.rc.res

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

rc /r $<

nein

all

Siehe auch

Konzepte

Rückschlussregeln