Utilizzando Visual Studio 2010, se dovete compilare un
programma che utilizza un file .asm esterno, dovete immettere i seguenti
codici:
Command Line: ml -c "-Fl$(IntDir)%(FileName).lst" "-Fo$(IntDir)%(FileName).obj" "%(FullPath)"
Outputs: $(IntDir)%(FileName).obj;%(Outputs)
Nessun commento:
Posta un commento