Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 15, 2009, 7:53:22 PM (16 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/tolua/CMakeLists.txt

    r2664 r2670  
    3232GENERATE_SOURCE_GROUPS(${TOLUA++_FILES})
    3333
    34 ADD_COMPILER_FLAGS("-w44996" MSVC)
     34# No warnings needed from third party libraries
     35ADD_COMPILER_FLAGS("-w")
    3536
    3637ADD_LIBRARY(tolua++_orxonox SHARED ${TOLUA++_FILES})
    3738SET_TARGET_PROPERTIES(tolua++_orxonox PROPERTIES DEFINE_SYMBOL "TOLUA_SHARED_BUILD")
    3839TARGET_LINK_LIBRARIES(tolua++_orxonox ${LUA_LIBRARIES})
     40
     41SET_TARGET_PROPERTIES(tolua++_orxonox PROPERTIES VERSION 1.0.92)
    3942
    4043ORXONOX_INSTALL(tolua++_orxonox)
Note: See TracChangeset for help on using the changeset viewer.