Partager via


Règles prédéfinies

Mise à jour : novembre 2007

Les règles d'inférence prédéfinies utilisent les macros de commandes et d'options fournies par NMAKE.

Règle

Commande

Action

par défaut

Règle

batch

La plate-forme nmake s'exécute sur

.asm.exe

$(AS) $(AFLAGS) $<

ml $<

non

x86

.asm.obj

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

ml /c $<

oui

x86

.asm.exe

$(AS) $(AFLAGS) $<

ml64 $<

non

x64

.asm.obj

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

ml64 /c $<

oui

x64

.s.obj

$(AS) $(AFLAGS) $<

ias /c $<

non

Famille de processeurs Itanium (IPF, Itanium Processor Family)

.c.exe

$(CC) $(CFLAGS) $<

cl $<

non

all

.c.obj

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

cl /c $<

oui

all

.cc.exe

$(CC) $(CFLAGS) $<

cl $<

non

all

.cc.obj

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

cl /c $<

oui

all

.cpp.exe

$(CPP) $(CPPFLAGS) $<

cl $<

non

all

.cpp.obj

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

cl /c $<

oui

all

.cxx.exe

$(CXX) $(CXXFLAGS) $<

cl $<

non

all

.cxx.obj

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

cl /c $<

oui

all

.rc.res

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

rc /r $<

non

all

Voir aussi

Concepts

Règles d'inférence