mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:35:33 +00:00
2a0ae5f3bb
* bootstrap-2.* : update for 2.x.2 releases. svn path=/trunk/gtk-sharp/; revision=57400
15 lines
282 B
Bash
Executable file
15 lines
282 B
Bash
Executable file
#!/bin/sh
|
|
# Run this to set configure.in up for an API version.
|
|
|
|
GTK_SHARP_VERSION=2.4.2
|
|
ASSEMBLY_VERSION=2.4.0.0
|
|
POLICY_VERSIONS=
|
|
GTK_REQUIRED_VERSION=2.4.0
|
|
GNOME_REQUIRED_VERSION=2.6.0
|
|
VERSIONCSDEFINES=
|
|
VERSIONCFLAGS=
|
|
GTK_API_TAG=2.4
|
|
GNOME_API_TAG=2.6
|
|
|
|
. ./bootstrap-generic "$@"
|