Boost logo

Boost-Build :

Subject: [Boost-build] How I can control the name of an lib?
From: Renato Forti (re.tf_at_[hidden])
Date: 2013-11-29 10:41:24


Hi All,

 

How I can control the name of an lib? E.g.:

 

This code:

 

   lib test_library : test_library.cpp ;

   install install-bin

      : test_library :

      <target-os>windows:<location>"C:/test/boost/application"

      <target-os>linux:<location>/test/boost/application ;

 

   test-suite application

      :

 

Generates this lib:

 

C:\test\boost\application\test_library-vc110-mt-gd-1_54.dll

 

I want this:

 

C:\test\boost\application\test_library.dll

 

Thanks a lot



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk