From 37733b9bc28e6559eb092a5cd6b594e1cec2d1ed Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sun, 2 Jun 2013 10:55:03 +0000 Subject: [PATCH] Win32: make sure RC file is actually considered for linking git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23031 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 26f109a3a1..483df31962 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GCONF_CFLAGS} ${GNOME_CFLAGS} $ ${GUILE_INCS} \ ${GTK_MAC_CFLAGS} -SUFFIXES = .rc .res +SUFFIXES = .rc # Some settings are platform dependent. Let's define them per platform. if PLATFORM_WIN32 @@ -29,7 +29,7 @@ if PLATFORM_WIN32 GNUCASH_RESOURCE_FILE = gnucash.rc dist_noinst_DATA = gnucash.rc -.rc.res: +.rc.o: $(AM_V_GEN)$(RC) -i '$<' --input-format=rc -o '$@' -O coff configdir = ${GNC_CONFIGDIR}