fixes for static/dll library build/test

[SVN r79981]
This commit is contained in:
Robert Ramey
2012-08-12 16:47:07 +00:00
parent ca8cb19e53
commit 1dba4d5027
4 changed files with 3 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ lib dll_a_lib
dll_a.cpp
../build//boost_serialization
:
# <link>shared
;
lib dll_base_lib
@@ -39,7 +38,6 @@ lib dll_base_lib
dll_base.cpp
../build//boost_serialization
:
# <link>shared
;
lib dll_derived2_lib
@@ -48,7 +46,6 @@ lib dll_derived2_lib
dll_base_lib
../build//boost_serialization
:
# <link>shared
;
lib dll_polymorphic_derived2_lib
@@ -56,7 +53,6 @@ lib dll_polymorphic_derived2_lib
polymorphic_derived2.cpp
../build//boost_serialization
:
# <link>shared
;
test-suite "serialization" :

View File

@@ -14,6 +14,7 @@
#include <cstdlib> // rand
#include <cstdio> // remove
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/limits.hpp>
#if defined(BOOST_NO_STDC_NAMESPACE)

View File

@@ -18,6 +18,7 @@
#include <cstdlib> // for rand()
#include <cmath> // for fabs()
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/limits.hpp>
#if defined(BOOST_NO_STDC_NAMESPACE)

View File

@@ -17,6 +17,7 @@
#include <cstdio> // remove
#include <cmath> // for fabs()
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/limits.hpp>
#if defined(BOOST_NO_STDC_NAMESPACE)