mirror of https://github.com/GNOME/gimp.git
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
# Version resources for Microsoft Windows
|
|
|
|
GIMPAPPRC = $(top_builddir)/build/windows/gimp.rc
|
|
|
|
%.rc.o:
|
|
$(WINDRES) --define ORIGINALFILENAME_STR="$*$(EXEEXT)" \
|
|
--define INTERNALNAME_STR="$*" \
|
|
--define TOP_SRCDIR="$(top_srcdir)" \
|
|
-I$(top_srcdir)/app \
|
|
-I$(top_builddir)/app \
|
|
$(GIMPAPPRC) $@
|