Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2011, 5:16:27 PM (13 years ago)
Author:
rgrieder
Message:

Added build unit configurations for just 1 CPU thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/BuildUnitsConfigMSVC.cmake

    r8633 r8638  
    2323 #    Configures the number of build units per library
    2424 #
     25
     26SET(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)
    2541
    2642SET(BUILD_UNITS_CONFIG_2_THREADS
Note: See TracChangeset for help on using the changeset viewer.