Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30131
Modified Files:
Tag: RC_1_34_0
Jamfile.v2
Log Message:
(merge from head) Fix incorrect placement of headers directly into includedir
with system layout. Fix library names including toolset tag in system layout.
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/Jamfile.v2,v
retrieving revision 1.32.2.1.2.14
retrieving revision 1.32.2.1.2.15
diff -u -d -r1.32.2.1.2.14 -r1.32.2.1.2.15
--- Jamfile.v2 3 Nov 2006 02:16:01 -0000 1.32.2.1.2.14
+++ Jamfile.v2 10 Nov 2006 16:29:29 -0000 1.32.2.1.2.15
@@ -291,7 +291,7 @@
else
{
return [ common.format-name
- <base> <toolset> <threading> <runtime> -$(BUILD_ID)
+ <base> <threading> <runtime> -$(BUILD_ID)
: $(name) : $(type) : $(property-set) ] ;
}
}
@@ -306,6 +306,10 @@
{
install-requirements +=
<install-header-subdir>boost-$(BOOST_VERSION_TAG)/boost ;
}
+else
+{
+ install-requirements += <install-header-subdir>boost ;
+}
if [ modules.peek : NT ]
{
install-requirements += <install-default-prefix>C:/Boost ;
@@ -320,10 +324,6 @@
[ path.glob-tree boost/compatibility/cpp_c_headers : c* : CVS ]
;
-local header-subdir ;
-if $(layout-versioned) { header-subdir = boost-$(BOOST_VERSION_TAG)/boost ; }
-else { header-subdir = boost ; }
-
# Complete install
package.install install
-------------------------------------------------------------------------
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