Author Topic: Object directories  (Read 6844 times)

mike

  • Guest
Object directories
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Object directories
« Reply #1 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.
Be patient!
This bug will be fixed soon...