Does the new VS.Net allow an Export Makefile as the old VS6 did under
'Project | Export Makefile'? If so, where is that in VS.Net for C++?
I could not find it.
Thanks,
Dave
Kyle Alons - 31 Oct 2003 03:10 GMT
That functionality is no longer available. You can do command-line builds
of the project/solution directly:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/v
xgrfCommandLineSwitches.asp
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.kinook.com
> Does the new VS.Net allow an Export Makefile as the old VS6 did under
> 'Project | Export Makefile'? If so, where is that in VS.Net for C++?
> I could not find it.
>
> Thanks,
> Dave
nn - 31 Oct 2003 22:55 GMT
Unlike VS6, VS.Net creates separete project for proxy-stab
deneration.
>-----Original Message-----
>Does the new VS.Net allow an Export Makefile as the old VS6 did under
[quoted text clipped - 4 lines]
>Dave
>.