[MonoDevelop] Compiling using GMCS on Monodevelop 0.10
Christopher Ness
chris at nesser.org
Sat Apr 29 12:53:16 EDT 2006
On Sat, 2006-04-29 at 15:35 +0200, Marek Sieradzki wrote:
> MonoDevelop from SVN has option that allows choosing of CLR target
> version. It compiles code using gmcs if 2.0 is selected. I think that
> 0.11 will be released soon.
What is the name of the option?
I don't see it in ./configure --help
[nesscg at heidrun monodevelop]$ svn info
URL: svn://svn.myrealbox.com/source/trunk/monodevelop
Revision: 60077
While looking in the --help output I found a typo.
Index: configure.in
===================================================================
--- configure.in (revision 60077)
+++ configure.in (working copy)
@@ -185,7 +185,7 @@
AC_ARG_ENABLE(update-desktopdb,
AC_HELP_STRING([--disable-update-desktopdb],
- [disable the update-desktop-database after install
[default=np]]),,
+ [disable the update-desktop-database after install
[default=no]]),,
enable_update_desktopdb=yes)
AM_CONDITIONAL(ENABLE_UPDATE_DESKTOPDB, test x
$enable_update_desktopdb = xyes)
More information about the Monodevelop-list
mailing list