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