Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2009, 12:27:17 PM (16 years ago)
Author:
rgrieder
Message:
  • Fixed FindDirectX for use with CMake 2.6.0 (2.6.2 worked without problems). The script was finding the dlls in system32 instead of the libs in the DXSDK_DIR when configuring MinGW.
  • Small fix in ceguilua CMLs
  • CMake 2.6.0 fix when specifying BOOST_ROOT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/LibraryConfigMSVC.cmake

    r2621 r2623  
    4545  # Note: When setting ENV${} variables, make sure to use quotes when
    4646  #       having multiple directories.
    47   SET(BOOST_ROOT             ${MSVC_LIBRARY_DIR}/boost-1.35.0)
    48   SET(BOOST_LIBRARYDIR       ${MSVC_LIBRARY_DIR}/boost-1.35.0/lib)
     47  SET(ENV{BOOST_ROOT}        ${MSVC_LIBRARY_DIR}/boost-1.35.0)
    4948  SET(ENV{CEGUIDIR}          ${MSVC_LIBRARY_DIR}/cegui-0.6.1)
    5049  SET(ENV{ENETDIR}           ${MSVC_LIBRARY_DIR}/enet-1.2)
Note: See TracChangeset for help on using the changeset viewer.