VC++.NET: exporting the makefile used to build a solution or project???

B

Bob Rock

Hello,

is there a way to export the makefile a given project (or solution) is using
to build that project (or solution)????
Compiling and linking from command line I don't seem to be able to reproduce
what Visual Studio .NET 2003 is doing when compiling my VC++ project.
In VC++ 6 a menu command allowed it ... but in VS .NET I can't easily see
any such command.
Thanks.


Bob Rock
 
C

Carl Daniel [VC++ MVP]

Bob said:
Hello,

is there a way to export the makefile a given project (or solution)
is using to build that project (or solution)????
Compiling and linking from command line I don't seem to be able to
reproduce what Visual Studio .NET 2003 is doing when compiling my
VC++ project.
In VC++ 6 a menu command allowed it ... but in VS .NET I can't easily
see any such command.
Thanks.

There is no such command in VS.NET.

One command line option is vcbuild - see
http://www.gotdotnet.com/team/cplusplus/samples/vcbuild.zip

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top