add BOOST_NO_MT define on final build
tho [Wed, 4 Aug 2010 14:59:28 +0000 (14:59 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1662 270642c3-0616-0410-b53a-bc976706d245

SConstruct

index 0bb858a..98afe05 100644 (file)
@@ -104,7 +104,7 @@ env.Append(
    CPPDEFINES             = [ '$expandLogOption', '$CPPDEFINES_' ],
    expandLogOption        = senfutil.expandLogOption,
    CPPDEFINES_            = senfutil.BuildTypeOptions('CPPDEFINES'),
-   CPPDEFINES_final       = [ 'SENF_PPI_NOTRACE'],
+   CPPDEFINES_final       = [ 'SENF_PPI_NOTRACE', 'BOOST_NO_MT' ],
    CPPDEFINES_normal      = [ 'SENF_DEBUG' ],
    CPPDEFINES_debug       = [ '$CPPDEFINES_normal' ],