News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Specifying Library file directory

Started by ironhead, June 03, 2006, 04:46:21 AM

Previous topic - Next topic

ironhead

I have a DLL project and I would like to be able to specify where the library file (lib.a) should be created.  By default it creates it in the same directory as the lib.dll.  Is it possible to specify a directory, and if so, where can I find this setting?

Thanx!

Balazs

Would also be nice if not only the directory, but also the name of the import lib could be specified.

sethjackson

Quote from: ironhead on June 03, 2006, 04:46:21 AM
I have a DLL project and I would like to be able to specify where the library file (lib.a) should be created.  By default it creates it in the same directory as the lib.dll.  Is it possible to specify a directory, and if so, where can I find this setting?

Thanx!

Project -> Properties -> Targets (it is a tab) -> target_name -> Output filename.

ironhead

Quote from: sethjackson on June 04, 2006, 02:27:18 AM
Project -> Properties -> Targets (it is a tab) -> target_name -> Output filename.

I have that set to "..\bin\emergeHook.dll".  however, the import library and corresponding .def file I would prefer to have in ..\lib, not ..\bin.  Is there a way to override this behaviour?

Thanx!

Chris

sethjackson

Quote from: ironhead on June 04, 2006, 03:08:25 AM
Quote from: sethjackson on June 04, 2006, 02:27:18 AM
Project -> Properties -> Targets (it is a tab) -> target_name -> Output filename.

I have that set to "..\bin\emergeHook.dll".  however, the import library and corresponding .def file I would prefer to have in ..\lib, not ..\bin.  Is there a way to override this behaviour?

Thanx!

Chris

Oh unfortunately you can't do that at the moment AFAIK. :(

It is in the feature requests at BerliOS.

http://developer.berlios.de/feature/?func=detailfeature&feature_id=1946&group_id=5358