News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Seperate output dirs for lib and dll?

Started by Anonymous, May 04, 2005, 11:52:16 PM

Previous topic - Next topic

Anonymous

When I compile a dll with the option to generate a lib file, both the dll and the lib are put in the same directory. Is there a way to have them placed in different directories?

(currently using CBv1.0-beta7)

mandrav

No there isn't...
If you think this could be useful for others too, please submit a feature request.

Yiannis.
Be patient!
This bug will be fixed soon...

Urxae

When I wanted to do this a while back, I just used a post-build command to move the libs to the other directory :)

mandrav

See?
For every feature missing there is another one that can do the job ;)

Yiannis.
Be patient!
This bug will be fixed soon...

Anonymous

I tryied putting a "move ..." command in the compiler post-build steps, but it didn't seem to do anything. How do I make this work?

NOTE: I don't want to use the per-project build options, since I have a large number of projects that require this processing.

Anonymous

Ok, got it working with the project build options, but that doesn't help me much, since I have to many projects to modify all of them by hand...  :?

rickg22

OK, then you should submit the feature request for separate dirs. I think it's the best thing to do rather than hacking on every new project, don't you think?