[Orxonox-commit 3955] r8629 - code/branches/unity_build/src
rgrieder at orxonox.net
rgrieder at orxonox.net
Fri May 27 22:59:15 CEST 2011
Author: rgrieder
Date: 2011-05-27 22:59:15 +0200 (Fri, 27 May 2011)
New Revision: 8629
Modified:
code/branches/unity_build/src/BuildUnitsConfig.cmake
Log:
Some more build unit optimisations
Modified: code/branches/unity_build/src/BuildUnitsConfig.cmake
===================================================================
--- code/branches/unity_build/src/BuildUnitsConfig.cmake 2011-05-27 20:54:34 UTC (rev 8628)
+++ code/branches/unity_build/src/BuildUnitsConfig.cmake 2011-05-27 20:59:15 UTC (rev 8629)
@@ -28,12 +28,12 @@
core 2
network 1
tools 1
- orxonox 2
+ orxonox 8
designtools 1
notifications 1
- objects 1
- overlays 1
- pickup 1
+ objects 2
+ overlays 2
+ pickup 2
pong 1
questsystem 1
weapons 1
@@ -44,7 +44,7 @@
core 4
network 2
tools 2
- orxonox 4
+ orxonox 8
designtools 1
notifications 1
objects 2
@@ -58,15 +58,15 @@
SET(BUILD_UNITS_CONFIG_8_THREADS
util 2
core 8
- network 6
- tools 2
+ network 5
+ tools 3
orxonox 8
designtools 1
- notifications 2
- objects 4
- overlays 4
- pickup 1
+ notifications 1
+ objects 3
+ overlays 3
+ pickup 2
pong 1
- questsystem 5
- weapons 5
+ questsystem 3
+ weapons 3
)
More information about the Orxonox-commit
mailing list