]> git.pld-linux.org Git - packages/crossmingw32-glibmm.git/blame - glibmm-win32.patch
- updated to 2.30.1
[packages/crossmingw32-glibmm.git] / glibmm-win32.patch
CommitLineData
a51bd494
JB
1--- glibmm-2.20.0/tools/extra_defs_gen/Makefile.am.orig 2008-11-16 05:04:58.000000000 +0100
2+++ glibmm-2.20.0/tools/extra_defs_gen/Makefile.am 2009-04-11 20:45:38.321713807 +0200
3@@ -24,7 +24,11 @@
4 INCLUDES = $(GLIBMM_CFLAGS) $(GIOMM_CFLAGS)
5 LIBS = $(GLIBMM_LIBS) $(GIOMM_LIBS)
6
7+if PLATFORM_WIN32
8+noinst_PROGRAMS = generate_extra_defs
9+else
10 noinst_PROGRAMS = generate_extra_defs generate_defs_gio
11+endif
12
13 generate_extra_defs_SOURCES = generate_defs_glib.cc
14 generate_extra_defs_LDADD = libglibmm_generate_extra_defs-2.4.la
This page took 0.096582 seconds and 4 git commands to generate.