Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9612
Modified Files:
Tag: RC_1_34_0
Jamfile.v2
Log Message:
Merge: Suppress warnings on Linux. Fix header install
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.32.2.1.2.6
retrieving revision 1.32.2.1.2.7
diff -u -d -r1.32.2.1.2.6 -r1.32.2.1.2.7
--- Jamfile.v2 16 Oct 2006 22:11:54 -0000 1.32.2.1.2.6
+++ Jamfile.v2 21 Oct 2006 10:31:15 -0000 1.32.2.1.2.7
@@ -142,6 +142,11 @@
# Used to encode variant in target name. See the
# 'tag' rule below.
<tag>@$(__name__).tag
+ # This property combination is impossible on gcc.
+ # Until we have a more general mechanism for
+ # toolset to declare impossible properties,
+ # just hardcode this knowledge here
+ <toolset>gcc,<link>shared,<runtime-link>static:<build>no
: usage-requirements <include>.
: build-dir bin.v2
: default-build $(default-build)
@@ -281,7 +286,7 @@
;
local header-subdir ;
-if $(layout-versioned) { header-subdir = boost-$(BOOST_VERSION_TAG) ; }
+if $(layout-versioned) { header-subdir = boost-$(BOOST_VERSION_TAG)/boost ; }
else { header-subdir = boost ; }
-------------------------------------------------------------------------
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