Condividi tramite


Regole già definite

Nelle regole di inferenza già definite vengono utilizzate le macro di comando e le macro di opzione fornite con NMAKE.

Regola

Comando

Predefinito

Azione

Batch

Regola

Piattaforma di esecuzione di 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

Famiglia di processori Itanium (IPF)

.c.exe

$(CC) $(CFLAGS) $<

cl $<

no

Tutti

.c.obj

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

cl /c $<

Tutti

.cc.exe

$(CC) $(CFLAGS) $<

cl $<

no

Tutti

.cc.obj

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

cl /c $<

Tutti

.cpp.exe

$(CPP) $(CPPFLAGS) $<

cl $<

no

Tutti

.cpp.obj

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

cl /c $<

Tutti

.cxx.exe

$(CXX) $(CXXFLAGS) $<

cl $<

no

Tutti

.cxx.obj

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

cl /c $<

Tutti

.rc.res

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

rc /r $<

no

Tutti

Vedere anche

Concetti

Regole di inferenza