Gimp/build/windows/gimprc.rule
Michael Schumacher 88b916a4ab Different resource rule approach
The last change fixed the warnings, but broke the build.
This reintroduces some warnings, but fixes the build again.
2011-04-15 21:55:34 +02:00

10 lines
276 B
Text

# Version resources for Microsoft Windows
GIMPAPPRC = $(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) $@