User forums > Using Code::Blocks

Seperate output dirs for lib and dll?

(1/2) > >>

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.

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.

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.

Navigation

[0] Message Index

[#] Next page

Go to full version