premake4 compile/link fixes

This commit is contained in:
erwin.coumans
2011-09-16 19:56:14 +00:00
parent bb29d15058
commit 0656de3057
4 changed files with 14 additions and 2 deletions

View File

@@ -4,7 +4,9 @@
solution "0BulletSolution"
-- Multithreaded compiling
if _ACTION == "vs2010" or _ACTION=="vs2008" then
--if _ACTION == "vs2010" or _ACTION=="vs2008" then
--vs2008 seems unstable with /MP, causing internal linker errors
if _ACTION == "vs2010" then
buildoptions { "/MP" }
end