From bd923ceb3fba78f13a6cd6a9650b99e176b5eddb Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 10 Sep 2016 13:29:15 +1000 Subject: Expose NO_CXX11_REGEX in Win32 makefiles. --- win32/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 05d6f8f70..944af0b34 100644 --- a/win32/makefile +++ b/win32/makefile @@ -33,8 +33,8 @@ endif CXXBASEFLAGS=--std=gnu++0x -Wall -pedantic $(INCLUDEDIRS) $(D2DFLAGS) -ifdef CXX11_REGEX -REFLAGS=-DCXX11_REGEX +ifdef NO_CXX11_REGEX +REFLAGS=-DNO_CXX11_REGEX endif ifdef DEBUG -- cgit v1.2.3