Hello,
I've a little problem.
I've a Workspace with two projects, the first project is a library and the second project is an executable using the functions of the library. I've put the library (first project) as a dependence of the executable so when i compile the executable, it compile both projects if the library is not up to date.
The problem is : when i build the executable (and I only edited the library), it compiles the library but not the executable so it does not link the new library just compiled.
Actually I'm using "Rebuild" on the executable so it compiles the library (only the changes so it's fast) and it build all files of the executable and it links them all (very very slow :-( ).
Is there any way by using pre-build or post-build commands (or any other methods) to say to C::B to link the library to the executable even if the executable is up-to-date ?
Thanks a lot
Ludovic Cabre
http://sd-2016.dedibox.fr/