From 000295cffcd1624d60915512f16c9f3a411d684b Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Sun, 18 Apr 2021 02:43:24 +0300 Subject: [PATCH] Add DEV_BRANCH to RFLAGS so it's present when make is compiling resource files. --- src/win/Makefile.mingw | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 9716c3915..7270b1ca1 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -503,6 +503,7 @@ endif # Options for the DEV branch. ifeq ($(DEV_BRANCH), y) OPTS += -DDEV_BRANCH +RFLAGS += -DDEV_BRANCH DEVBROBJ := ifeq ($(AMD_K5), y)