Use $(GIMP_APP_VERSION) in resource object file name
This commit is contained in:
@ -97,8 +97,8 @@ endif
|
||||
|
||||
if HAVE_WINDRES
|
||||
include $(top_srcdir)/build/windows/gimprc.rule
|
||||
GIMPRC = gimp.rc.o
|
||||
GIMPCONSOLERC = gimp-console.rc.o
|
||||
GIMPRC = gimp-$(GIMP_APP_VERSION).rc.o
|
||||
GIMPCONSOLERC = gimp-console-$(GIMP_APP_VERSION).rc.o
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
Reference in New Issue
Block a user