# # ChangeLog for code/branches/pch/cmake/TargetUtilities.cmake # # Generated by Trac 1.0.9 # Nov 25, 2024, 2:52:12 PM Sun, 14 Jun 2009 16:11:32 GMT rgrieder [3167] * code/branches/pch/bin/CMakeLists.txt (modified) * code/branches/pch/bin/vld.ini.in (added) * code/branches/pch/cmake/BuildConfig.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/cmake/PackageConfig.cmake (added) * code/branches/pch/cmake/PackageConfigMSVC.cmake (modified) * code/branches/pch/cmake/PackageConfigMinGW.cmake (modified) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/SpecialConfig.h.in (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/Main.cc (modified) * code/branches/pch/src/orxonox/orxonox.vcproj.user.in (moved) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) Merged the build system changes from the Gruppenarbeit: - More ... Wed, 03 Jun 2009 18:40:17 GMT rgrieder [3117] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/GetGCCCompilerFlags.cmake (added) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/OrxonoxPrecompiledHeaders.h (added) Adding experimental precompiled header file support. It seems to work ... Wed, 03 Jun 2009 18:28:37 GMT rgrieder [3116] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/CapitaliseName.cmake (added) * code/branches/pch/cmake/InstallUtilities.cmake (deleted) * code/branches/pch/cmake/ParseMacroArguments.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (added) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/bullet/CMakeLists.txt (modified) * code/branches/pch/src/ceguilua/CMakeLists.txt (modified) * code/branches/pch/src/core/CMakeLists.txt (modified) * code/branches/pch/src/cpptcl/CMakeLists.txt (modified) * code/branches/pch/src/network/CMakeLists.txt (modified) * code/branches/pch/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/pch/src/ois/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/tinyxml/CMakeLists.txt (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) * code/branches/pch/src/util/CMakeLists.txt (modified) Added new CMake functions: ORXONOX_ADD_LIBRARY and ...