Ryujinx-GtkSharp/bootstrap-2.10
Mike Kestner 13d2c2cffb 2006-07-28 Mike Kestner <mkestner@novell.com>
* *: huge amounts of surgery to split off gnome-sharp module.
	Clean out all the gnome related stuff from the auto* files.
	make distcheck works on the leaner-meaner gtk-sharp module.

svn path=/trunk/gtk-sharp/; revision=63111
2006-07-28 19:37:43 +00:00

13 lines
369 B
Bash
Executable File

#!/bin/sh
# Run this to set configure.in up for an API version.
GTK_SHARP_VERSION=2.9.0
ASSEMBLY_VERSION=2.10.0.0
POLICY_VERSIONS="2.4 2.6 2.8"
GTK_REQUIRED_VERSION=2.10.0
VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10"
VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -DGTK_SHARP_2_10"
GTK_API_TAG=2.10
. ./bootstrap-generic "$@"