Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8320


Ignore:
Timestamp:
Apr 24, 2011, 6:48:55 AM (13 years ago)
Author:
rgrieder
Message:

Removed SignalHandler.cc from StableCompilation.cc in util because it has to be recompiled when SpecialConfig.h changes. It's not really a problem, but it seems strange that changing an option in the build system triggers a recompiled of a file called "StableCompilation.cc".

On the other hand, moved more files into the compilation: the previous include order problems (with Clock.cc and ExprParser.cc) for VS 2005 seem to be gone.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/src/libraries/util/CMakeLists.txt

    r7449 r8320  
    1919
    2020SET_SOURCE_FILES(UTIL_SRC_FILES
    21   Clock.cc
    2221  Exception.cc
    23   ExprParser.cc
    2422  Math.cc
    2523  MultiType.cc
    26   Scope.cc
     24  SignalHandler.cc
    2725  StringUtils.cc
    2826COMPILATION_BEGIN StableCompilation.cc
    2927  Clipboard.cc
     28  Clock.cc
    3029  Convert.cc
    3130  CRC32.cc
     31  ExprParser.cc
    3232  OutputHandler.cc
     33  Scope.cc
    3334  ScopedSingletonManager.cc
    3435  SharedPtr.cc
    35   SignalHandler.cc
    3636  Sleep.cc
    3737  SmallObjectAllocator.cc
Note: See TracChangeset for help on using the changeset viewer.