[Mono-list] Converting csproj to Makefile

2005-09-22 Thread Andy Waddell
Ive 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

Re: [Mono-list] Converting csproj to Makefile

2005-09-22 Thread Rafael Ferreira
have you tried prj2make ? 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

RE: [Mono-list] Converting csproj to Makefile

2005-09-22 Thread Andy Waddell
, Boolean isSln, System.String slnFile) [EMAIL PROTECTED] Foundation]$ -Original Message- From: Rafael Ferreira [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:51 AM To: Andy Waddell Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Converting csproj to Makefile have you

Re: [Mono-list] Converting csproj to Makefile

2005-09-22 Thread Marek Sieradzki
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