Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7567


Ignore:
Timestamp:
Oct 20, 2010, 3:17:57 PM (14 years ago)
Author:
youngk
Message:

Changes for the compilation of OIS on the mac.

Location:
code/branches/ois_update
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/cmake/tools/CheckOGREPlugins.cmake

    r7163 r7567  
    5353      NAMES ${_plugin}
    5454      PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR}
    55       PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin
     55      PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources
    5656    )
    5757    FIND_LIBRARY(OGRE_PLUGIN_${_plugin}_DEBUG
    5858      NAMES ${_plugin}d ${_plugin}_d ${_plugin}
    5959      PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR}
    60       PATH_SUFFIXES bin/Debug bin/debug Debug debug lib lib/OGRE bin
     60      PATH_SUFFIXES bin/Debug bin/debug Debug debug lib lib/OGRE bin Ogre.framework/Resources
    6161    )
    6262    # We only need at least one render system. Check at the end.
  • code/branches/ois_update/src/external/ois/CMakeLists.txt

    r7511 r7567  
    6565IF(WIN32)
    6666  TARGET_LINK_LIBRARIES(ois_orxonox ${DIRECTX_LIBRARIES})
     67ELSEIF(APPLE)
     68  TARGET_LINK_LIBRARIES(ois_orxonox "/System/Library/Frameworks/IOKit.framework" "/System/Library/Frameworks/Carbon.framework")
    6769ENDIF()
Note: See TracChangeset for help on using the changeset viewer.