msbuild vs. nmake

Manuel Klimek klimek at box4.net
Mon Apr 30 13:25:53 CEST 2007


http://msdn2.microsoft.com/en-us/library/ms171452.aspx

"MSBuild is the new build system for Microsoft and Visual Studio"

it's basically a proprietary xml-based makefile-replacement for
the Microsoft-World.

If you have Visual Studio >= 2005 (or express) installed, open
the visual studio command line and type
> msbuild /?

The Visual Studio >= 2005 IDE uses msbuild as it's "build engine",
so if you build a visual studio project from cmake, you can use
the msbuild tool for command line compilation (for example from
<insert your favorite editor here>).

On 4/30/07, Peter Kümmel <syntheticpp at gmx.net> wrote:
> Manuel Klimek wrote:
> > I'm just curious:
> > Is there a reason why so many people use nmake instead of
> > msbuild for win32 command line builds?
>
> What is msbuild?
>
> >
> > Cheers,
> > Manuel
> >
> _______________________________________________
> Kde-windows mailing list
> Kde-windows at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows
>
>
>


-- 
http://klimek.box4.net



More information about the Kde-windows mailing list