[Orxonox-commit 3635] r8320 - code/branches/kicklib2/src/libraries/util

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Apr 24 06:48:55 CEST 2011


Author: rgrieder
Date: 2011-04-24 06:48:55 +0200 (Sun, 24 Apr 2011)
New Revision: 8320

Modified:
   code/branches/kicklib2/src/libraries/util/CMakeLists.txt
Log:
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.

Modified: code/branches/kicklib2/src/libraries/util/CMakeLists.txt
===================================================================
--- code/branches/kicklib2/src/libraries/util/CMakeLists.txt	2011-04-24 04:19:47 UTC (rev 8319)
+++ code/branches/kicklib2/src/libraries/util/CMakeLists.txt	2011-04-24 04:48:55 UTC (rev 8320)
@@ -18,21 +18,21 @@
  #
 
 SET_SOURCE_FILES(UTIL_SRC_FILES
-  Clock.cc
   Exception.cc
-  ExprParser.cc
   Math.cc
   MultiType.cc
-  Scope.cc
+  SignalHandler.cc
   StringUtils.cc
 COMPILATION_BEGIN StableCompilation.cc
   Clipboard.cc
+  Clock.cc
   Convert.cc
   CRC32.cc
+  ExprParser.cc
   OutputHandler.cc
+  Scope.cc
   ScopedSingletonManager.cc
   SharedPtr.cc
-  SignalHandler.cc
   Sleep.cc
   SmallObjectAllocator.cc
   SubString.cc




More information about the Orxonox-commit mailing list