Can I export a makefile from Visual Studio?
-
This capability was removed from Visual Studio starting with Visual Studio .NET 2003*. Discussion on the msdn.com and microsoft.com web sites indicate that this feature will not be implemented in future versions of Visual Studio. You can create a .bat file or makefile based on the buildlog.html. A buildlog.html file is created after building a project. You can find the file under the $(output) directory.
I am not a genius, but shed more sweat!
-
This capability was removed from Visual Studio starting with Visual Studio .NET 2003*. Discussion on the msdn.com and microsoft.com web sites indicate that this feature will not be implemented in future versions of Visual Studio. You can create a .bat file or makefile based on the buildlog.html. A buildlog.html file is created after building a project. You can find the file under the $(output) directory.
I am not a genius, but shed more sweat!
Just wondering. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]