Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 15, 2008, 1:03:09 PM (17 years ago)
Author:
rgrieder
Message:
  • moved "—no-undefined" linker flag to root CMLs
  • removed library directories for our own libs from root CMLs (might not work)
  • removed warning in Hud.cc (float instead of integer)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/CMakeLists.txt

    r1059 r1070  
    3434ADD_EXECUTABLE( orxonox ${ORXONOX_SRC_FILES} )
    3535
    36 SET_TARGET_PROPERTIES( orxonox PROPERTIES LINK_FLAGS "--no-undefined" )
    37 
    3836TARGET_LINK_LIBRARIES( orxonox
    3937  ${OGRE_LIBRARIES}
Note: See TracChangeset for help on using the changeset viewer.