Changed to use lfpAlloc from ltalloc for experimental multi-threaded .obj parser since ltalloc is not a porable(e.g. it does not support ARM archtecture).
This commit is contained in:
@@ -27,12 +27,11 @@ solution "objview"
|
||||
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
files { "viewer.cc", "trackball.cc", "ltalloc.cc" }
|
||||
files { "viewer.cc", "trackball.cc" }
|
||||
includedirs { "./" }
|
||||
includedirs { "../../" }
|
||||
|
||||
flags { "c++11" }
|
||||
--buildoptions { "-std=c++11" }
|
||||
|
||||
if _OPTIONS['clang'] then
|
||||
toolset "clang"
|
||||
|
||||
Reference in New Issue
Block a user