Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2008, 4:44:24 PM (16 years ago)
Author:
landauf
Message:

added a tcl-thread, but there are still some bugs and problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/cmake/FindBoost.cmake

    r790 r1230  
    101101# Add in some path suffixes. These will have to be updated whenever a new Boost version comes out.
    102102SET(SUFFIX_FOR_PATH
     103 boost-1_35_0
     104 boost-1_35
    103105 boost-1_34_1
    104106 boost-1_34_0
     
    112114#
    113115IF(WIN32)
    114   SET(Boost_INCLUDE_DIR ../libs/boost_1_33_1)
     116  SET(Boost_INCLUDE_DIR
     117#    ../libs/boost_1_33_1
     118    ../libs/boost_1_35_0
     119  )
    115120ELSE(WIN32)
    116121  FIND_PATH(Boost_INCLUDE_DIR NAMES boost/config.hpp PATH_SUFFIXES ${SUFFIX_FOR_PATH} PATHS
     
    187192  gcc-1_33_1
    188193  gcc-mt-1_33_1
     194  mgw34-mt-1_35
    189195)
    190196
Note: See TracChangeset for help on using the changeset viewer.