Changed extended allocator file extension from C to C++ as some toolsets (like clang) don't ignore C++ options when compiling C files.

This commit is contained in:
Ion Gaztañaga
2014-02-09 23:20:44 +01:00
parent 4f2d7944fa
commit 30431adf1e
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ project boost/container
CPP_SOURCES = alloc_lib ; CPP_SOURCES = alloc_lib ;
lib boost_container lib boost_container
: $(CPP_SOURCES).c : $(CPP_SOURCES).cpp
: <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1 : <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
<link>static:<define>BOOST_CONTAINER_STATIC_LINK=1 <link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
; ;