app: fix win32 build with Dr. MinGW.
GIMPDIR and GIMP_USER_VERSION macros need to be defined in app/ as well!
This commit is contained in:
parent
81a062f06f
commit
ff5587cd53
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ GIMPCONSOLERC = gimp-console-$(GIMP_APP_VERSION).rc.o
|
|||
endif
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGIMPDIR=\""$(gimpdir)"\" \
|
||||
-DGIMP_USER_VERSION=\"$(GIMP_USER_VERSION)\" \
|
||||
-DG_LOG_DOMAIN=\"Gimp\" \
|
||||
-DGIMP_APP_GLUE_COMPILATION \
|
||||
-I$(top_srcdir) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue