Fix warnings from windows build related .rule files
This commit is contained in:
@ -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)" \
|
||||
|
||||
@ -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)" \
|
||||
|
||||
Reference in New Issue
Block a user