Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NMake

Status
Not open for further replies.

gasto5

Programmer
Mar 9, 2006
3
IT
Anyone has an idea how to invoke a makefile using microsoft's nmake program?

Thanks in advance.
 
From the cmd prompt
Code:
nmake -f makefile
 
hmm...

I remember trying something similar, but it doesn't take arguments in my WinXP machine.

I'll try again. Thanks.
 
By the way.
Should it create a project in the IDE, or will I have to work it always on the command line?
 
You can create the project in the IDE. There is an option to create a makefile. Thereafter, you can build using the IDE or from the command line using the makefile. You probably need to execute some batch file first to put the bin dircectory on the path.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top