Update of /cvsroot/boost/boost/tools/build/v2/tools/types
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5847/tools/build/v2/tools/types
Modified Files:
lib.jam
Log Message:
Make static non-import libs have the "lib" prefix to conform to the bbv1 and
auto-link existing practice.
Index: lib.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/types/lib.jam,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lib.jam 7 Apr 2006 07:32:09 -0000 1.4
+++ lib.jam 2 Jul 2006 19:01:52 -0000 1.5
@@ -15,9 +15,11 @@
type STATIC_LIB : lib a : LIB : NT CYGWIN ;
type STATIC_LIB : a : LIB : MACOSX ;
type STATIC_LIB : a : LIB ;
+type.set-generated-target-prefix STATIC_LIB : : lib ;
type IMPORT_LIB : : STATIC_LIB ;
type.set-generated-target-suffix IMPORT_LIB : : lib ;
+type.set-generated-target-prefix IMPORT_LIB : : "" ;
type SHARED_LIB : dll : LIB : NT CYGWIN ;
type SHARED_LIB : dylib : LIB : MACOSX ;
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