From 13e0e20e1be8a3437c8672369e25dec8e38ea983 Mon Sep 17 00:00:00 2001
From: Robin Cornelius
Date: Sat, 9 Oct 2010 10:30:11 +0100
Subject: Use all those cores for compile

---
 linden/indra/cmake/00-Common.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 3497ec9..032a3cf 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -55,6 +55,7 @@ if (WINDOWS)
       /Zc:forScope
       /nologo
       /Oy-
+      /MP
       )
      
   if(MSVC80 OR MSVC90)
-- 
cgit v1.1