Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 4:15:19 AM (13 years ago)
Author:
rgrieder
Message:

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

Location:
code/branches/unity_build/src/libraries
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/core/CMakeLists.txt

    r8351 r8558  
    4949  XMLPort.cc
    5050
    51 COMPILATION_BEGIN ListenerCompilation.cc
     51BUILD_UNIT ListenerBuildUnit.cc
    5252  ViewportEventListener.cc
    5353  WindowEventListener.cc
    5454  XMLNameListener.cc
    55 COMPILATION_END
     55END_BUILD_UNIT
    5656
    57 COMPILATION_BEGIN FilesystemCompilation.cc
     57BUILD_UNIT FilesystemBuildUnit.cc
    5858  command/ArgumentCompletionFunctions.cc
    5959  ConfigFileManager.cc
    6060  PathConfig.cc
    61 COMPILATION_END
     61END_BUILD_UNIT
    6262
    6363  # multithreading
    6464  ThreadPool.cc
    65 COMPILATION_BEGIN ThreadCompilation.cc
     65BUILD_UNIT ThreadBuildUnit.cc
    6666  command/TclThreadManager.cc
    6767  Thread.cc
    68 COMPILATION_END
     68END_BUILD_UNIT
    6969)
    7070
  • code/branches/unity_build/src/libraries/network/packet/CMakeLists.txt

    r7314 r8558  
    11ADD_SOURCE_FILES(NETWORK_SRC_FILES
    2 COMPILATION_BEGIN PacketCompilation.cc
     2
     3BUILD_UNIT PacketBuildUnit.cc
    34  Acknowledgement.cc
    45  Chat.cc
     
    1011  Packet.cc
    1112  Welcome.cc
    12 COMPILATION_END
     13END_BUILD_UNIT
     14
    1315  ServerInformation.cc
    1416)
  • code/branches/unity_build/src/libraries/tools/CMakeLists.txt

    r8351 r8558  
    11SET_SOURCE_FILES(TOOLS_SRC_FILES
    2 COMPILATION_BEGIN ResourceCompilation.cc
     2
     3BUILD_UNIT ResourceBuildUnit.cc
    34  ResourceCollection.cc
    45  ResourceLocation.cc
    5 COMPILATION_END
     6END_BUILD_UNIT
     7
    68  TextureGenerator.cc
    79  Timer.cc
    8 COMPILATION_BEGIN OgreCompilation.cc
     10
     11BUILD_UNIT OgreBuildUnit.cc
    912  BillboardSet.cc
    1013  DynamicLines.cc
     
    1316  ParticleInterface.cc
    1417  Shader.cc
    15 COMPILATION_END
     18END_BUILD_UNIT
    1619)
     20
    1721#ADD_SUBDIRECTORY(bsp)
    1822ADD_SUBDIRECTORY(interfaces)
  • code/branches/unity_build/src/libraries/util/CMakeLists.txt

    r8351 r8558  
    1919
    2020SET_SOURCE_FILES(UTIL_SRC_FILES
    21 COMPILATION_BEGIN StableCompilation.cc
     21
     22BUILD_UNIT StableBuildUnit.cc
    2223  Clipboard.cc
    2324  Clock.cc
     
    3233  SmallObjectAllocator.cc
    3334  SubString.cc
    34 COMPILATION_END
     35END_BUILD_UNIT
    3536
    3637  MultiType.cc
Note: See TracChangeset for help on using the changeset viewer.