Compiles with C++11 now. Used words now contains 4bytes-numbers

This commit is contained in:
2015-06-07 13:22:27 +03:00
parent b7451f8db6
commit a5e0efc408
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ LibPath := $(LibraryPathSwitch).
AR := /usr/bin/ar rcu
CXX := /usr/bin/g++-4.8
CC := /usr/bin/gcc-4.8
CXXFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) $(Preprocessors)
CXXFLAGS := -std=c++11 -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) $(Preprocessors)
CFLAGS := -O2 -Wall $(shell wx-config --cxxflags --unicode=yes --debug=no) $(Preprocessors)
ASFLAGS :=
AS := /usr/bin/as

View File

@@ -34,7 +34,7 @@
</VirtualDirectory>
<Settings Type="Executable">
<GlobalSettings>
<Compiler Options="" C_Options="" Assembler="">
<Compiler Options="-std=c++11" C_Options="" Assembler="">
<IncludePath Value="."/>
<IncludePath Value="../src"/>
</Compiler>