Changeset 551 for trunk/nv.lua
- Timestamp:
- 03/14/17 16:44:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r537 r551 112 112 links { "nv-core", "nv-lib", "nv-io", "nv-gfx", "nv-lua" } 113 113 114 --[[ 114 115 -- injection! 115 116 solution( solution().name ) 116 117 configuration "gmake" 117 if _ACTION == "gmake-clang"then118 if CLANG then 118 119 buildoptions { 119 "-std=c++1 z",120 "-std=c++14", 120 121 -- -- on Mac OS X don't try to use old stdc++ 121 122 -- "-stdlib=libc++", 122 "-Weverything",123 -- "-Weverything", 123 124 -- math is so much easier with these 125 "-w", 124 126 "-Wno-gnu-anonymous-struct", 125 127 "-Wno-nested-anon-types", … … 163 165 164 166 if _ACTION == "gmake-clang" then 165 premake.gcc.cc = "clang" 166 premake.gcc.cxx = "clang++" 167 toolset "clang" 167 168 _ACTION = "gmake" 168 169 end … … 178 179 end 179 180 end 181 182 --]]
Note: See TracChangeset
for help on using the changeset viewer.