Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mike on February 19, 2005, 10:22:36 pm

Title: Object directories
Post by: mike on February 19, 2005, 10:22:36 pm
Hi,


I have source files spread in several directories. When I try to specify the OBJ and DEP directories in the target settings, and write something like "..\proj\obj", upon reopening this window I get just "obj" (the project files and the workspace are placed in "proj", sources - on the same level as "proj"). Then, when I compile, the object files get spread around in "src1\obj", "src2\obj", etc.
Title: Object directories
Post by: mandrav on February 24, 2005, 09:19:04 am
This was fixed in CVS. The obj and deps output dirs are now used correctly and not as subdirs of the dir where the file being compiled resides...

Yiannis.