2009-07-26 Mike Kestner <mkestner@novell.com>

* bootstrap-for-the-insane: update the assembly versions and package
	version and kill the policies.  Give a little more helpful message of 
	doom.

svn path=/trunk/gtk-sharp/; revision=138711
This commit is contained in:
Mike Kestner 2009-07-27 01:43:47 +00:00
parent 3000674ebd
commit 3118615f83
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2009-07-26 Mike Kestner <mkestner@novell.com>
* bootstrap-for-the-insane: update the assembly versions and package
version and kill the policies. Give a little more helpful message of
doom.
2009-07-24 Christian Hoff <christian_hoff@gmx.net>
* parser/Makefile.am: Another build fix. Sigh...

View File

@ -1,12 +1,12 @@
#!/bin/sh
# Run this to set configure.in up for an API version.
GTK_SHARP_VERSION=2.13.90
ASSEMBLY_VERSION=2.14.0.0
POLICY_VERSIONS="2.4 2.6 2.8 2.10 2.12"
GTK_SHARP_VERSION=2.90.0
ASSEMBLY_VERSION=3.0.0.0
POLICY_VERSIONS=
GTK_REQUIRED_VERSION=2.14.3
GLIB_REQUIRED_VERSION=2.18.1
MONO_REQUIRED_VERSION=2.2
MONO_REQUIRED_VERSION=2.4
VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12 -define:GTK_SHARP_2_14"
VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10 -DGTK_SHARP_2_12 -DGTK_SHARP_2_14"
GTK_API_TAG=2.14
@ -44,5 +44,4 @@ echo ""
echo "*** WARNING *** ***WARNING ***"
echo "This bootstrap is UNSUPPORTED and may be UNSTABLE"
echo "with NO SCHEDULED RELEASE DATE!"
echo "Unless you're completly insane, you should use the Gtk# 2.12 branch"
echo "(do not blame Novell if it busts your machine)"
echo "You most likely want to build branches/gtk-sharp-2-12-branch instead."