mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 15:15:39 +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
323 B
Bash
Executable file
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 "$@"
|