From d0aa12c23dff168ab61cd476c64c7a1d657db988 Mon Sep 17 00:00:00 2001 From: Sylae Corell Date: Tue, 29 Jul 2014 12:15:46 -0600 Subject: [PATCH] Let's try that again, using a flag that it might like more --- Win32/boesounds/Makefile | 2 +- Win32/charedit/Makefile | 2 +- Win32/game/Makefile | 2 +- Win32/scenedit/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Win32/boesounds/Makefile b/Win32/boesounds/Makefile index d55ec897..8db79b6e 100644 --- a/Win32/boesounds/Makefile +++ b/Win32/boesounds/Makefile @@ -7,7 +7,7 @@ RES = Blades_of_Exile_private.res INCS = -I"include" CXXINCS = BIN = boesounds.dll -CXXFLAGS = $(CXXINCS) -Wall -O2 -g -std=c++11 +CXXFLAGS = $(CXXINCS) -Wall -O2 -g -std=c++0x RM = rm -f .PHONY: all all-before all-after clean clean-custom diff --git a/Win32/charedit/Makefile b/Win32/charedit/Makefile index f860341d..ae6f1dd6 100644 --- a/Win32/charedit/Makefile +++ b/Win32/charedit/Makefile @@ -10,7 +10,7 @@ LIBS = -lwinmm -mwindows -lwinmm -static-libgcc -static-libstdc++ INCS = -I"include" CXXINCS = BIN = "Blades of Exile Character Editor.exe" -CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++11 +CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++0x .PHONY: all all-before all-after clean clean-custom diff --git a/Win32/game/Makefile b/Win32/game/Makefile index 0421953f..2fb4e303 100644 --- a/Win32/game/Makefile +++ b/Win32/game/Makefile @@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm -static-libgcc -static-libstdc++ INCS = -I"include" CXXINCS = BIN = "Blades of Exile.exe" -CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++11 $(FLAGS) +CXXFLAGS = $(CXXINCS) -Wall -O2 -std=c++0x $(FLAGS) CFLAGS = $(INCS) -O2 RM = rm -f diff --git a/Win32/scenedit/Makefile b/Win32/scenedit/Makefile index 837db01d..c7d900ad 100644 --- a/Win32/scenedit/Makefile +++ b/Win32/scenedit/Makefile @@ -10,7 +10,7 @@ LIBS = -mwindows -lwinmm --strip-all -static-libgcc -static-libstdc++ INCS = -I"include" CXXINCS = BIN = "Blades of Exile Scenario Editor.exe" -CXXFLAGS = $(CXXINCS) -fno-exceptions -fno-rtti -std=c++11 +CXXFLAGS = $(CXXINCS) -fno-exceptions -fno-rtti -std=c++0x CFLAGS = $(INCS) RM = rm -f