Bug #13513 2008-04-02 00:44

loaden

How make all obj file in the same dir?

Please add a option to make all obj file in the same folder, example: 'Object output dir'.

If can do, build a project like VS will most easy.

But now, CB user must set sub folder in the build option.

Thank you very much!

Category
Compiler
Group
 
Status
Closed
Close date
2008-05-08 16:05
Assigned to
mortenmacfly
mortenmacfly 2008-04-05 19:03

This makes no sense at all to me. 'Imagine the following scenario: You have a source code file named "foo.cpp" in two sub-folders. Using your suggestion, the second object file would overwrite the first one or we would have to implement a silly logic to prevent that. Looks no good to me.

What's wrong with the current approach btw? Is something not working?!

mortenmacfly 2008-05-08 16:05

This is impossible to implement as it would surely break compilation of large projects. See description in first comment.