109403012c
Initial diff from Mikko Tolmunen. Thank you! Some corrections from brad@. Tested by deanna@, naddy@, brad@ and myself. ok deanna@, brad@
15 lines
578 B
Plaintext
15 lines
578 B
Plaintext
$OpenBSD: patch-libs_serialization_build_Jamfile_v2,v 1.1 2008/04/03 07:44:40 bernd Exp $
|
|
--- libs/serialization/build/Jamfile.v2.orig Wed Jan 9 23:17:23 2008
|
|
+++ libs/serialization/build/Jamfile.v2 Wed Jan 9 23:17:31 2008
|
|
@@ -61,10 +61,3 @@ lib boost_serialization
|
|
: <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
|
|
;
|
|
|
|
-lib boost_wserialization
|
|
- : $(WSOURCES).cpp boost_serialization
|
|
- : <toolset>msvc:<cxxflags>/Gy
|
|
- <link>shared:<define>BOOST_WSERIALIZATION_DYN_LINK=1
|
|
- :
|
|
- : <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
|
|
- ;
|