| 44 | | #boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND'] |
| 45 | | #boost_iostreams = 'boost_iostreams%s' % env['BOOST_APPEND'] |
| 46 | | boost_program_options = 'boost_program_options-mt-1_35' |
| 47 | | boost_iostreams = 'boost_iostreams-mt-1_35' |
| 48 | | |
| 49 | | #if env['THREADING'] == 'multi': |
| 50 | | # boost_program_options = '%s%s' % (boost_program_options,thread_suffix) |
| 51 | | # boost_iostreams = '%s%s' % (boost_iostreams,thread_suffix) |
| | 44 | boost_program_options = 'boost_program_options%s' % env['BOOST_APPEND'] |
| | 45 | boost_iostreams = 'boost_iostreams%s' % env['BOOST_APPEND'] |
| | 46 | if env['THREADING'] == 'multi': |
| | 47 | boost_program_options = '%s%s' % (boost_program_options,thread_suffix) |
| | 48 | boost_iostreams = '%s%s' % (boost_iostreams,thread_suffix) |