mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:05:38 +00:00
c89c0bf97d
* 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
15 lines
371 B
Bash
Executable file
15 lines
371 B
Bash
Executable file
#!/bin/sh
|
|
# Run this to set configure.in up for an API version.
|
|
|
|
GTK_SHARP_VERSION=2.7.1
|
|
ASSEMBLY_VERSION=2.8.0.0
|
|
POLICY_VERSIONS="2.4 2.6"
|
|
GTK_REQUIRED_VERSION=2.8.0
|
|
GNOME_REQUIRED_VERSION=2.10.0
|
|
VERSIONCSDEFINES="-define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8"
|
|
VERSIONCFLAGS="-DGTK_SHARP_2_6 -DGTK_SHARP_2_8"
|
|
GTK_API_TAG=2.8
|
|
GNOME_API_TAG=2.10
|
|
|
|
. ./bootstrap-generic "$@"
|