Feature #1946 2006-03-07 05:01
hartwork
Ability to specify import library filena
When building a DLL I would like to be able to specify the filename of the import library: The directory and the filename itself just like with the executable filename.
So I can have XXX.lib instead of libXXX.a .
Thanks in advance, Sebastian
- Category
- Status
- Open
- Close date
- Assigned to
History
jeroendierckx 2006-04-09 13:10
I second this request: In our build environment, we have seperate paths for dynamic libraries (bin/...) and import libraries (lib/...) and for now, there is no easy way to move the import library to the other path.
mortenmacfly 2006-07-21 07:35
Notice: this is strongly related to request #002368 where the output path shall be able to be specified.