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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.