[MonoDevelop] Mono Develop Build System Planning.
John Luke
jluke@users.sourceforge.net
Sun, 28 Mar 2004 16:30:32 -0500
On Sun, 2004-03-28 at 12:31 -0500, Miguel de Icaza wrote:
> Hello guys,
>
> I have uploaded my first pass at the proposal, I would like to hear
> comments from people so I can improve the document, and we can turn it
> into a design document that can be used as a guideline to implement the
> feature:
>
> http://primates.ximian.com/~miguel//texts/md-build.html
>
Hey,
Very nice.
On the Java subject: targetting ikvm and mono was something I initially
wanted to do but I could not get classpath to compile or find a package
for it, so I gave up. Will mono be including ikvm + classpath on
redcarpet maybe so that we can depend on it being easily available? If
so I might do it then.
One other rather small thing I like about automake is being able to
output files trivially. i.e. AssemblyInfo.cs.in to AssemblyInfo.cs
pulling @VERSION@ from configure.in for all the assemblies in a project.
Probably not that important though.