VC++ make file

Go4Expert Member
21Mar2007,11:05   #1
sibu's Avatar
Hi all,

Would like to know how do I crearte a make file in VC++. After that how do we compile it? Where can I get informaiton pertaining to this?

thanking you


Sibu
Go4Expert Founder
21Mar2007,11:09   #2
shabbir's Avatar
The best way to create a make file is to export the make file from the Project -> Export Make File menu. Now after exporting you can edit to suit your needs like changing the directory structure of the source / destination path.

To compile using the make file use the nmake command at the command prompt. Remember to run the vcvars32.bat before using the nmake command.
Go4Expert Member
21Mar2007,11:12   #3
sibu's Avatar
Thank you very much. i will try it now. How do I specify the library file in make file? could you give me an example for a make file that includes a library file