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/ogreceguirenderer/CMakeLists.txt

    r2664 r2670  
    2929GENERATE_SOURCE_GROUPS(${OCR_FILES})
    3030
     31# No warnings needed from third party libraries
     32ADD_COMPILER_FLAGS("-w")
     33
    3134ADD_LIBRARY(ogreceguirenderer_orxonox SHARED ${OCR_FILES})
    3235SET_TARGET_PROPERTIES(ogreceguirenderer_orxonox PROPERTIES DEFINE_SYMBOL "OGRE_GUIRENDERER_EXPORTS")
     
    3639)
    3740
     41SET_TARGET_PROPERTIES(ogreceguirenderer_orxonox PROPERTIES VERSION 1.4.9)
     42
    3843ORXONOX_INSTALL(ogreceguirenderer_orxonox)
Note: See TracChangeset for help on using the changeset viewer.