>I am sorry. I didn't make myself clear. Nmake command line options I
>know. However, I don't know how to use within Visual Studio .NET.
I created an nmake project visual studio .net. When I go to
project->properties->configuration properties->nmake there is buid command
line, rebuild command line, etc.. entries on the right. I wanted to know
what we actually specify in those entries.
> >I am sorry. I didn't make myself clear. Nmake command line options I
> >know. However, I don't know how to use within Visual Studio .NET.
[quoted text clipped - 10 lines]
> Regards,
> Will
Martin Richter [MVP] - 08 Jul 2005 08:01 GMT
Hallo RG!
> I created an nmake project visual studio .net. When I go to
> project->properties->configuration properties->nmake there is buid command
> line, rebuild command line, etc.. entries on the right. I wanted to know
> what we actually specify in those entries.
Your make file should cover the cases of normal build, rebuild an clean.
For each case there is a target in you make file (or should be) you
should specifiy the specific command line that cases nmkae to perform
the action of rebuild, build and clean. So the IDE can use the menu
items from the project menu.

Signature
Martin Richter [MVP] WWJD
"In C we had to code our own bugs. In C++ we can inherit them."
FAQ : http://www.mpdvc.de
Samples: http://www.codeguru.com http://www.codeproject.com