mirror of https://github.com/GNOME/gimp.git
Different resource rule approach
The last change fixed the warnings, but broke the build. This reintroduces some warnings, but fixes the build again.
This commit is contained in:
parent
84c75da338
commit
88b916a4ab
|
@ -1,10 +1,10 @@
|
|||
# Version resources for Microsoft Windows
|
||||
|
||||
SUFFIXES = .rc .rc.o
|
||||
GIMPPLUGINRC = $(top_srcdir)/build/windows/gimp-plug-ins.rc
|
||||
|
||||
.rc.rc.o: $(top_srcdir)/build/windows/gimp-plug-ins.rc
|
||||
%.rc.o:
|
||||
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
|
||||
--define INTERNALNAME_STR="$*" \
|
||||
--define TOP_SRCDIR="$(top_srcdir)" \
|
||||
-I$(top_srcdir)/app \
|
||||
$< $@
|
||||
$(GIMPPLUGINRC) $@
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Version resources for Microsoft Windows
|
||||
|
||||
SUFFIXES = .rc .rc.o
|
||||
GIMPAPPRC = $(top_srcdir)/build/windows/gimp.rc
|
||||
|
||||
.rc.rc.o: $(top_srcdir)/build/windows/gimp.rc
|
||||
%.rc.o:
|
||||
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
|
||||
--define INTERNALNAME_STR="$*" \
|
||||
--define TOP_SRCDIR="$(top_srcdir)" \
|
||||
-I$(top_srcdir)/app \
|
||||
$< $@
|
||||
$(GIMPAPPRC) $@
|
||||
|
|
Loading…
Reference in New Issue