Yes, its documented somewhere within the boost.org getting Started Pages, or bjam documentation. I uncovered it a few months ago - but I am unable to relocate the documentation using boost.org search. I'm sure it's there somewhere. I am unable to get MSVS static library builds to follow this naming convention - but, I'm glad to know it works for DLL's. It does work as advertised for gcc built static libraries. SGL steven.lemay@igt.com -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Kraus Philipp Sent: Wednesday, August 22, 2012 12:08 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] build under MSVC with changed library name Thanks, that works, but is there a documentation for this flag? Thanks Phil Am 22.08.2012 um 16:17 schrieb Lemay.Steve:
Try --layout=system
SGL steven.lemay@igt.com
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Jurko Gospodnetic Sent: Wednesday, August 22, 2012 5:22 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] build under MSVC with changed library name
Hi.
I'm using Boost under MSVC (build from source). Can I change the output library name of the compiled libs? Under unix systems the libs are named: libboost_<sublib>.so Under Windows ( http://www.boost.org/doc/libs/1_50_0/more/ getting_started/windows.html#or-simplified-build-from-source ) there are a lot of other information in the filename. So I need only a special build type (no debug, mt, etc), so I would like to tell b2, that the name of the libraries are only boost_<sublib>.dll under Windows.
I am not really sure I understand what you want here, but does perhaps the Boost library build script's '--layout' options solve your problems? It changes the way Boost library targets get their file names generated.
Hope this helps.
Best regards, Jurko Gospodnetić
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users