[Mono-dev] csproj or sln to Makefile?
Mads Bondo Dydensborg
mbd at dbc.dk
Wed Sep 27 02:05:19 EDT 2006
tirsdag 26 september 2006 19:10 skrev JD Conley:
> Has anyone worked on a csproj or sln to Makefile converter/xslt that
> works with gmcs and .Net 2.0? I know there was one built a few years
> ago. We are currently using Microsoft's compiler to build our
> assemblies, but there are some advantages to using gmcs (the most
> important being debug symbols).
A similar problem has very recently been discussed on this list.
It appears, that MS has changed the way that projects are build in VS NET 2005
(from 2003). They now use the MSBuild program (which works a bit like nant)
and the format of the .csproj files apparently are quite different from older
versions.
If you wish to build under Windows, using gmcs, you can probably quite easily
extend the Csc task in MSBuild to use gmcs.
If you wish to build under non-windows platforms, such as Linux, I believe the
best long-term strategy is to look into the xbuild program which is part of
the mono package. This is maintained by Marek Sieradzki marek.sieradzki -
gmail.com, who do not seem to follow this list very much, but is very
responsive in private mail. He added a couple of features I needed in xbuild
last week, which made it a lot more usuable to me. There is still some way to
go though, before it can do all that MSBuild can do.
Regards,
Mads
--
Med venlig hilsen/Regards
Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg
Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34
More information about the Mono-devel-list
mailing list