Let's try that again, using a flag that it might like more

This commit is contained in:
Sylae Corell
2014-07-29 12:15:46 -06:00
parent 6d7e8fdcf4
commit d0aa12c23d
4 changed files with 4 additions and 4 deletions

View File

@@ -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