mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix build problems on Cygwin. (#448604)
2007-07-09 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/*/Makefile.am: Fix build problems on Cygwin. (#448604) svn path=/trunk/; revision=18412
This commit is contained in:
parent
5c327ecbe5
commit
2f6e6f2eed
@ -1,3 +1,8 @@
|
||||
2007-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/printbackends/*/Makefile.am: Fix build problems
|
||||
on Cygwin. (#448604)
|
||||
|
||||
2007-07-09 Jaap Haitsma <jaap@haitsma.org>
|
||||
|
||||
* gtk/gtkstatusicon.c: Remove usage of deprecated GtkTooltips API. Use
|
||||
|
@ -1,4 +1,4 @@
|
||||
if OS_WIN32
|
||||
if PLATFORM_WIN32
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
@ -14,8 +14,9 @@ INCLUDES = \
|
||||
$(GTK_DEBUG_FLAGS)
|
||||
|
||||
LDADDS = \
|
||||
$(GTK_DEP_LIBS) \
|
||||
$(top_builddir)/gtk/$(gtktargetlib)
|
||||
$(top_builddir)/gtk/$(gtktargetlib) \
|
||||
$(top_builddir)/gdk/$(gdktargetlib) \
|
||||
$(GTK_DEP_LIBS)
|
||||
|
||||
backenddir = $(libdir)/gtk-2.0/$(GTK_BINARY_VERSION)/printbackends
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
if OS_WIN32
|
||||
if PLATFORM_WIN32
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
@ -27,6 +27,7 @@ libprintbackend_file_la_LDFLAGS = \
|
||||
|
||||
libprintbackend_file_la_LIBADD = \
|
||||
$(top_builddir)/gtk/$(gtktargetlib) \
|
||||
$(top_builddir)/gdk/$(gdktargetlib) \
|
||||
$(GTK_DEP_LIBS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
if OS_WIN32
|
||||
if PLATFORM_WIN32
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
if OS_WIN32
|
||||
if PLATFORM_WIN32
|
||||
no_undefined = -no-undefined
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user