Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9211

Modified Files:
        Jamfile.v2 
Log Message:
Suppress warnings on Linux. Fix header install

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Jamfile.v2  16 Oct 2006 21:38:03 -0000      1.40
+++ Jamfile.v2  21 Oct 2006 10:30:31 -0000      1.41
@@ -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

Reply via email to