Changeset 8638
- Timestamp:
- May 28, 2011, 5:16:27 PM (13 years ago)
- Location:
- code/branches/unity_build/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/BuildUnitsConfigGCC.cmake
r8633 r8638 24 24 # 25 25 26 SET(BUILD_UNITS_CONFIG_ 2_THREADS26 SET(BUILD_UNITS_CONFIG_1_THREADS 27 27 util 1 28 28 core 2 … … 39 39 weapons 1 40 40 ) 41 42 SET(BUILD_UNITS_CONFIG_2_THREADS ${BUILD_UNITS_CONFIG_1_THREADS}) 41 43 42 44 SET(BUILD_UNITS_CONFIG_4_THREADS -
code/branches/unity_build/src/BuildUnitsConfigMSVC.cmake
r8633 r8638 23 23 # Configures the number of build units per library 24 24 # 25 26 SET(BUILD_UNITS_CONFIG_1_THREADS 27 util 1 28 core 1 29 network 1 30 tools 1 31 orxonox 2 # Avoids running out of symbol adresses (fix with /bigobj) 32 designtools 1 33 notifications 1 34 objects 1 35 overlays 1 36 pickup 1 37 pong 1 38 questsystem 1 39 weapons 1 40 ) 25 41 26 42 SET(BUILD_UNITS_CONFIG_2_THREADS
Note: See TracChangeset
for help on using the changeset viewer.