mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 17:15:29 +00:00
7a7fed4515
* bootstrap-2.10 : bump version and tag 2.10.2. svn path=/trunk/gtk-sharp/; revision=82597
13 lines
370 B
Bash
Executable file
13 lines
370 B
Bash
Executable file
#!/bin/sh
|
|
# Run this to set configure.in up for an API version.
|
|
|
|
GTK_SHARP_VERSION=2.10.2
|
|
ASSEMBLY_VERSION=2.10.0.0
|
|
POLICY_VERSIONS="2.4 2.6 2.8"
|
|
GTK_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
|
|
|
|
. ./bootstrap-generic "$@"
|