mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-21 15:22:15 +00:00
fixes for static/dll library build/test
[SVN r79981]
This commit is contained in:
@@ -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" :
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user