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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export mak files in VS .NET

Status
Not open for further replies.

titanandrews

Programmer
Feb 27, 2003
130
US
Hi,
In VS 6.0 we had the ability to export the make file, but it looks like they (Microsoft) has removed this functionality in VS .NET (aka VS 7.0). Does anyone know of a hack to get the make file they use to build with?



thanks,

Barry
 
Your right, says so in the documentation [sadeyes]

Well here is my hack. I use VC6 to create an appropriate empty/blank/starter project then add all my source files from my VC7 project to it and compile then export a makefile. I also have to do the same technique to use Rational Rose since our version does not work with VC7

Hopefully someone know a better(easier) way?

[machinegun] ...(felt like shooting something!)

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top