From 53ab5084a468ffe9b029c84861eb2a69ec58199d Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 7 Jan 2015 22:18:49 +1100 Subject: fixed compile of derivatives (nw) --- makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index e753ad8c7b4..6d4408329c6 100644 --- a/makefile +++ b/makefile @@ -499,6 +499,9 @@ else ifeq ($(OSD),windows) DEFS += -DOSD_WINDOWS else +ifeq ($(OSD),winui) +DEFS += -DOSD_WINDOWS +else ifeq ($(OSD),osdmini) DEFS += -DOSD_MINI else @@ -506,7 +509,8 @@ $(error Unknown OSD) endif endif endif - +endif + #------------------------------------------------- # compile flags # CCOMFLAGS are common flags -- cgit v1.2.3