mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-02 18:36:21 +00:00
2005-11-10 Mike Kestner <mkestner@novell.com>
* 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
This commit is contained in:
parent
8930314f11
commit
c89c0bf97d
|
@ -1,3 +1,9 @@
|
||||||
|
2005-11-10 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2005-10-31 Wade Berrier <wberrier@novell.com>
|
2005-10-31 Wade Berrier <wberrier@novell.com>
|
||||||
|
|
||||||
* .pc and wrapper scripts: Use relative paths so gtk-sharp is
|
* .pc and wrapper scripts: Use relative paths so gtk-sharp is
|
||||||
|
|
14
bootstrap-2.8
Executable file
14
bootstrap-2.8
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/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 "$@"
|
|
@ -1,22 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# Run this to set configure.in up for an API version.
|
|
||||||
|
|
||||||
echo "**********************************************************************"
|
|
||||||
echo "This bootstrap is totally untested and unsupported."
|
|
||||||
echo "Use at your own risk. Don't expect any sort of timely bugfixes."
|
|
||||||
echo "Don't even expect it to compile."
|
|
||||||
echo "You have acknowledged your insanity by executing this script."
|
|
||||||
echo "Seek psychiatric help..."
|
|
||||||
echo "**********************************************************************"
|
|
||||||
|
|
||||||
GTK_SHARP_VERSION=2.7.0.99
|
|
||||||
ASSEMBLY_VERSION=2.8.0.0
|
|
||||||
POLICY_VERSIONS="2.4 2.6"
|
|
||||||
GTK_REQUIRED_VERSION=2.7.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 "$@"
|
|
Loading…
Reference in a new issue