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