Merge pull request #1 from dy-dx/premake-cpp11-option
add premake build option enabling c++11
This commit is contained in:
commit
3b13a04c7f
@ -7,6 +7,11 @@ solution "demboyz"
|
|||||||
platforms "x32"
|
platforms "x32"
|
||||||
flags "MultiProcessorCompile"
|
flags "MultiProcessorCompile"
|
||||||
|
|
||||||
|
-- GCC specific build options.
|
||||||
|
configuration "gmake"
|
||||||
|
-- Enables C++11 support.
|
||||||
|
buildoptions { "-std=c++0x" }
|
||||||
|
|
||||||
project "demboyz"
|
project "demboyz"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
Loading…
Reference in New Issue
Block a user