[gnome-games] Add -mwindows to LDFLAGS on native win32
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] Add -mwindows to LDFLAGS on native win32
- Date: Fri, 12 Jun 2009 15:05:53 -0400 (EDT)
commit 097cb24c9f14288c61f8b27b49307958054c8b3d
Author: Christian Persch <chpe gnome org>
Date: Fri Jun 12 17:12:00 2009 +0200
Add -mwindows to LDFLAGS on native win32
aisleriot/Makefile.am | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/aisleriot/Makefile.am b/aisleriot/Makefile.am
index 14596df..79c774e 100644
--- a/aisleriot/Makefile.am
+++ b/aisleriot/Makefile.am
@@ -47,6 +47,9 @@ sol_CFLAGS = \
$(GUILE_CFLAGS) \
$(AM_CFLAGS)
+sol_LDFLAGS = \
+ $(AM_LDFLAGS)
+
sol_LDADD = \
$(top_builddir)/libgames-support/libgames-support.la \
$(GTK_LIBS) \
@@ -72,6 +75,10 @@ sol_CFLAGS += $(GHTREAD_CFLAGS)
sol_LDADD += $(GTHREAD_LIBS)
endif
+if PLATFORM_WIN32_NATIVE
+sol_LDFLAGS += -mwindows
+endif
+
if HAVE_CLUTTER
if ENABLE_AISLERIOT_CLUTTER
@@ -105,6 +112,7 @@ endif
sol_clutter_CPPFLAGS = $(sol_CPPFLAGS) -DHAVE_CLUTTER
sol_clutter_CFLAGS = $(sol_CFLAGS) $(CLUTTER_CFLAGS) $(CLUTTER_GTK_CFLAGS)
+sol_clutter_LDFLAGS = $(sol_LDFLAGS)
sol_clutter_LDADD = $(sol_LDADD) $(CLUTTER_LIBS) $(CLUTTER_GTK_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]