From 8b2092785203703c56ca304bf6e94ee1f895ed0c Mon Sep 17 00:00:00 2001 From: couriersud Date: Thu, 8 Jan 2015 01:47:27 +0100 Subject: Changed error about wrong OSD to a warning. Non supported builds can now add the proper define (OSD_WINDOWS, OSD_MINI, OSD_SDL, or OSD_my_own_OSD) in my_own_OSD.mak (nw) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f9461bf15c4..e7a26384c15 100644 --- a/makefile +++ b/makefile @@ -504,7 +504,7 @@ else ifeq ($(OSD),osdmini) DEFS += -DOSD_MINI else -$(error Unknown OSD) +$(warning Please add -DOSD_[SDL|WINDOWS|MINI] in $(OSD).mk) endif endif endif -- cgit v1.2.3