Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 1:33:55 PM (15 years ago)
Author:
rgrieder
Message:
  • Use $ENV{BOOST_ROOT} to find boost if possible
  • Set TOLUA_PARSER_WORKING_DIRECTORY now defaults to ${CMAKE_RUNTIME_OUTPUT_PATH}
  • Added bin/release, bin/debug, release and debug to the Ogre library prefix paths
  • Lots of small fixes and changes
File:
1 edited

Legend:

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

    r2579 r2583  
    3131    IF(${_name}_LIBRARY_DEBUG)
    3232      SET(${_name}_LIBRARY
    33           OPTIMIZED ${${_name}_LIBRARY_OPTIMIZED} ${ARGN}
    34           DEBUG     ${${_name}_LIBRARY_DEBUG}     ${ARGN}
     33          optimized ${${_name}_LIBRARY_OPTIMIZED} ${ARGN}
     34          debug     ${${_name}_LIBRARY_DEBUG}     ${ARGN}
    3535          CACHE STRING "${_name} library file(s)" FORCE
    3636      )
Note: See TracChangeset for help on using the changeset viewer.