2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Disable shared_ptr MT safety on Comeau since it doesn't handle __declspec or __stdcall in strict mode.

[SVN r28494]
This commit is contained in:
Peter Dimov
2005-04-26 20:52:57 +00:00
parent 77476676e5
commit 93bc3a90bc

View File

@@ -66,6 +66,7 @@ flags como-win32 CFLAGS <optimization>off : /Od ;
flags como-win32 CFLAGS <cflags> ;
flags como-win32 CFLAGS : -D_WIN32 ; # make sure that we get the Boost Win32 platform config header.
flags como-win32 CFLAGS <threading>single : -DBOOST_SP_DISABLE_THREADS ;
flags como-win32 CFLAGS <threading>multi : -D_MT ; # make sure that our config knows that threading is on.
flags como-win32 C++FLAGS <cxxflags> ;
flags como-win32 DEFINES <define> ;