r23031 - gnucash/trunk/src/bin - Win32: make sure RC file is actually considered for linking

Geert Janssens gjanssens at code.gnucash.org
Sun Jun 2 06:55:03 EDT 2013


Author: gjanssens
Date: 2013-06-02 06:55:03 -0400 (Sun, 02 Jun 2013)
New Revision: 23031
Trac: http://svn.gnucash.org/trac/changeset/23031

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
Win32: make sure RC file is actually considered for linking

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2013-06-02 10:34:41 UTC (rev 23030)
+++ gnucash/trunk/src/bin/Makefile.am	2013-06-02 10:55:03 UTC (rev 23031)
@@ -21,7 +21,7 @@
   ${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 @@
 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}



More information about the gnucash-changes mailing list