Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2009, 7:53:22 PM (15 years ago)
Author:
rgrieder
Message:
  • Added version info (written by the linker) to all libraries
  • Target dependency bugfix for msvc in doc/api
  • Fixed possibly non existent html directory when installing docs
  • Merged the three Bullet libraries into a single one
  • No warnings at all from third party libraries
  • Performance tweak in ceguilua CMake files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/cpptcl/CMakeLists.txt

    r2664 r2670  
    3333GENERATE_SOURCE_GROUPS(${CPPTCL_FILES})
    3434
     35# No warnings needed from third party libraries
     36ADD_COMPILER_FLAGS("-w")
     37
    3538IF(MSVC)
    3639  ADD_LIBRARY(cpptcl_orxonox STATIC ${CPPTCL_FILES})
     
    4144
    4245TARGET_LINK_LIBRARIES(cpptcl_orxonox ${TCL_LIBRARY})
     46
     47SET_TARGET_PROPERTIES(cpptcl_orxonox PROPERTIES VERSION 1.1.3)
Note: See TracChangeset for help on using the changeset viewer.