Hi,
(cb version is "bleeding edge"
)
I frist export makefile, then hand edit it.
If you design your project directories as cb, than there is no problem. I think that is the reason you
don't know about the problem?
But my project tree is as following:
/a_C/_lib (common source files are here)
/a_C/adret (project source files are here)
/a_C/build/cb (cb project file is here)
/a_C/build/cb/.deps (for dependency files)
/a_C/build/cb/.orgc (for gcc release object files)
/a_C/build/cb/.odgc (for gcc debug object files)
/a_C/build/cb/.ordm (for dmc release object files)
/a_C/build/cb/.oddm (for dmc debug object files)
/a_C/build/cb/.orvc (for vc release object files)
/a_C/build/cb/.odvc (for vc debug object files)
/a_C/build/cb/.orbc (for bcc release object files)
/a_C/build/cb/.odbc (for bcc debug object files)
Yes, I'm a dreamer
IMHO, if cb can remove "relativity" from object files than problem will solved.
ie:
instead of : ..\\..\\..\\_lib\\.deps\\LocaleUtils.d: ..\\..\\..\\_lib\\LocaleUtils.cpp
remove ..\\..\\..\\ and use this: .deps\\_lib\\LocaleUtils.d: ..\\..\\..\\_lib\\LocaleUtils.cpp
Hope I could tell my thinkings..
--
Regards,
Hakki Dogusan