Update of /cvsroot/boost/boost/libs/serialization/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9778
Modified Files:
Jamfile.v2
Log Message:
added codecvt_null
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/build/Jamfile.v2,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Jamfile.v2 10 Oct 2006 18:05:00 -0000 1.13
+++ Jamfile.v2 9 Feb 2007 04:32:35 -0000 1.14
@@ -10,6 +10,26 @@
: source-location ../src
;
+rule include-spirit ( properties * )
+{
+ local result ;
+ local SPIRIT_ROOT = [ modules.peek : SPIRIT_ROOT ] ;
+ for local tset in borland { # vc iw
+ if ( <toolset>$(tset) in $(properties) ) {
+ if ( $(SPIRIT_ROOT) ) {
+ result = <cxxflags>-I$(SPIRIT_ROOT) ;
+ }
+ else {
+ echo **** spirit 1.6x required to build library with this
compiler **** ;
+ result = <build>no ;
+
+ }
+ }
+ }
+ return $(result) ;
+}
+
+
SOURCES =
basic_archive
basic_iarchive
@@ -55,15 +75,13 @@
lib boost_serialization
: $(SOURCES).cpp
: <toolset>msvc:<cxxflags>/Gy
- <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
- :
- : <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
+ <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
+ <conditional>@include-spirit
;
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
+ : <toolset>msvc:<cxxflags>/Gy
+ <link>shared:<define>BOOST_SERIALIZATION_DYN_LINK=1
+ <conditional>@include-spirit
;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs