Ryujinx-GtkSharp/bootstrap-2.6
Mike Kestner c89c0bf97d 2005-11-10 Mike Kestner <mkestner@novell.com>
* bootstrap-2.6 - renamed from bootstrap
	* bootstrap-2.8 : renamed from bootstrap-for-the-insane, removed
	message of doom, require Gtk 2.8. Change version to 2.7.1.

svn path=/trunk/gtk-sharp/; revision=52864
2005-11-10 17:38:41 +00:00

15 lines
323 B
Bash
Executable File

#!/bin/sh
# Run this to set configure.in up for an API version.
GTK_SHARP_VERSION=2.6.0
ASSEMBLY_VERSION=2.6.0.0
POLICY_VERSIONS=2.4
GTK_REQUIRED_VERSION=2.6.0
GNOME_REQUIRED_VERSION=2.10.0
VERSIONCSDEFINES=-define:GTK_SHARP_2_6
VERSIONCFLAGS=-DGTK_SHARP_2_6
GTK_API_TAG=2.6
GNOME_API_TAG=2.10
. ./bootstrap-generic "$@"