6abcf29dfa
* bootstrap*: kill the 2.4/2.6/2.8 straps, they are on a branch now. update 2.10 strap for new apis. * sources/Makefile.am : parse 2.16 sources for gnome libs. * sources/gtk-sharp-2.10-sources.xml : ditto. * parser/gapi-parser.cs : explicitly use an indented XML writer. * gnomevfs/gnome-vfs-api-2.16.raw: regen * gnomevfs/Gnomevfs.metadata: some build fixes * gnome/gnome-api-2.16.raw: regen * gnome/Gnome.metadata: some build fixes * sample/PrintSample.cs: remove new Gtk/Gnome ambiguities. svn path=/trunk/gtk-sharp/; revision=63078
17 lines
524 B
Bash
Executable file
17 lines
524 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
|
|
GNOME_REQUIRED_VERSION=2.15.0
|
|
GNOMECANVAS_REQUIRED_VERSION=2.14.0
|
|
GNOMEPANEL_REQUIRED_VERSION=2.14.0
|
|
GNOMEPRINT_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
|
|
GNOME_API_TAG=2.16
|
|
|
|
. ./bootstrap-generic "$@"
|