Dnia 22-09-2005, czw o godzinie 09:50 -0700, Rafael Ferreira napisał(a): > have you tried prj2make ? >
I don't think that prj2make would solve the problem. VS2005 uses new format for build files. These files can be executed by xbuild or msbuild. However there are a lot of things that need to be changed in xbuild to make it execute normal .csproj files from VS2005 beta 2. > On Thu, 2005-09-22 at 09:41 -0700, Andy Waddell wrote: > > I’ve been working on getting our product to run under Mono and one of > > the first problems I had to solve was the moving target of all the > > MSDEV (2005 B2 btw) project files that the rest are team are actively > > working with. I wrote a quick-and-dirty Perl script to suck up the > > XML from the .csproj files and write out a simple Makefile and this > > has been fine, but I wonder if there is a better way? Yesterday I > > noticed the “xbuild” project but I couldn’t find too much information > > about it. Could someone point me in the right direction or offer > > suggestions so that I don’t spend too much time re-inventing the > > wheel? > > I'll update README in tools/xbuild. -- Marek Sieradzki <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
