2008-01-11 Mike Kestner <mkestner@novell.com>
* bootstrap-2.12: update version to 2.11.90. * configure.in.in: incorporate build service patch. * glib/glib-sharp-2.0.pc.in: add cflags for new api.xml. * glib/Makefile.am: install api.xml to correct dir. svn path=/trunk/gtk-sharp/; revision=92686
This commit is contained in:
parent
9716ffe57e
commit
04a642f070
5 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-01-11 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap-2.12: update version to 2.11.90.
|
||||
* configure.in.in: incorporate build service patch.
|
||||
* glib/glib-sharp-2.0.pc.in: add cflags for new api.xml.
|
||||
* glib/Makefile.am: install api.xml to correct dir.
|
||||
|
||||
2008-01-07 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* generator/SymbolTable.cs: map "unsigned long" to LPUGen.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.11.0
|
||||
GTK_SHARP_VERSION=2.11.90
|
||||
ASSEMBLY_VERSION=2.12.0.0
|
||||
POLICY_VERSIONS="2.4 2.6 2.8 2.10"
|
||||
GTK_REQUIRED_VERSION=2.12.0
|
||||
|
|
|
@ -67,7 +67,7 @@ fi
|
|||
# not 64 bit clean in cross-compile
|
||||
AC_CHECK_SIZEOF(void *, 4)
|
||||
|
||||
CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
|
||||
CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings"
|
||||
|
||||
if test "x$enable_maintainer_mode" = "xyes"; then
|
||||
DEBUG_FLAGS='-debug'
|
||||
|
|
|
@ -6,7 +6,7 @@ ASSEMBLY_NAME = glib-sharp
|
|||
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config $(POLICY_ASSEMBLIES)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glib-sharp-2.0.pc
|
||||
gapidir = $(libdir)/pkgconfig
|
||||
gapidir = $(datadir)/gapi-2.0
|
||||
gapi_DATA = glib-api.xml
|
||||
|
||||
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb gtk-sharp.snk AssemblyInfo.cs $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
prefix=${pcfiledir}/../..
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
gapidir=${prefix}/share/gapi-2.0
|
||||
|
||||
|
||||
Name: GLib#
|
||||
Description: GLib# - .NET Binding for the glib library.
|
||||
Version: @VERSION@
|
||||
Cflags:
|
||||
Cflags: -I:${gapidir}/glib-api.xml
|
||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/glib-sharp.dll
|
||||
|
||||
|
|
Loading…
Reference in a new issue