10 lines
285 B
Text
10 lines
285 B
Text
# Version resources for Microsoft Windows
|
|
|
|
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)" \
|
|
-I$(top_srcdir)/app \
|
|
$< $@
|