Re: Status of win32 build system for gephex-0.4

Georg Seidel <[email protected]> Sat, 25 Jun 2005 18:17:25 +0200
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
Georg Seidel wrote:
> 
>> Related to this: does anybody on this list have experience with 
>> automating
>> vs .net builds?
> 
> 
> It would be especially nice to find a solution that let's one build gephex
> using only the free vs .net compiler without the gui and third party tools.

MutantBuild seems to be able to compile solution files from the command
line:
http://www.testdriven.net/wiki/default.aspx/MyWiki.MutantBuild

If I understood that correctly, it is built on top of MSBuild:
http://msdn2.microsoft.com/library/0k6kkbsd.aspx

The documentation is a bit .NET biased, don't know how well it works
for C++ projects...

Georg