From 24426f7c208678301e01f9bb583d13a422f3b533 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 18 Apr 2021 04:18:24 +0200 Subject: [PATCH] The DEV_BRANCH define now also applies to resources, so now the OpenGL menu entry should be visible. --- 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)