Fix warnings from windows build related .rule files

This commit is contained in:
Mukund Sivaraman
2010-10-04 20:16:22 +05:30
parent b693269060
commit 333dfc7f13
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Version resources for Microsoft Windows
%.rc.o: $(top_srcdir)/build/windows/gimp-plug-ins.rc
SUFFIXES = .rc .rc.o
.rc.rc.o: $(top_srcdir)/build/windows/gimp-plug-ins.rc
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
--define INTERNALNAME_STR="$*" \
--define TOP_SRCDIR="$(top_srcdir)" \

View File

@ -1,5 +1,8 @@
# Version resources for Microsoft Windows
%.rc.o: $(top_srcdir)/build/windows/gimp.rc
SUFFIXES = .rc .rc.o
.rc.rc.o: $(top_srcdir)/build/windows/gimp.rc
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
--define INTERNALNAME_STR="$*" \
--define TOP_SRCDIR="$(top_srcdir)" \