diff --git a/boesounds/Makefile b/boesounds/Makefile index d55ec897..8db79b6e 100644 --- a/boesounds/Makefile +++ b/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/charedit/Makefile b/charedit/Makefile index f860341d..ae6f1dd6 100644 --- a/charedit/Makefile +++ b/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/game/Makefile b/game/Makefile index 0421953f..2fb4e303 100644 --- a/game/Makefile +++ b/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/scenedit/Makefile b/scenedit/Makefile index 837db01d..c7d900ad 100644 --- a/scenedit/Makefile +++ b/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