diff --git a/premake/premake5.lua b/premake/premake5.lua index db6043c..be1ae0a 100644 --- a/premake/premake5.lua +++ b/premake/premake5.lua @@ -16,15 +16,13 @@ solution "demboyz" optimize "Full" configuration {} - -- GCC specific build options. - configuration "gmake" - -- Enables C++11 support. - buildoptions { "-std=c++0x" } - configuration {} - project "demboyz" kind "ConsoleApp" language "C++" + configuration "gmake" + -- Enables C++11 support. + buildoptions { "-std=c++11" } + configuration {} files { "../demboyz/**.h",