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
pull/2/head
Geert Janssens 13 years ago
parent 76ccb82013
commit 37733b9bc2

@ -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}

Loading…
Cancel
Save