In my workspace I have two wxWidgets application projects and several static library projects which work for them.
But comes this problem:
assume they are libA.cbp, libB.cbp, AppA.cbp and AppB.cbp in root.workspace.
When i have modified a cpp file in libA.cbp, then built it, it generated the new library file. After that, i shall build up a
new Appa.cbp which uses libA.a. But strangely, Appa seems to act like libA.a never changed, or only changed half of
my modification with libA! Even Rebuild Appa.
So, always I had to rebuild the whole workspace to get it right.
Why does this happen? Can setting denpendencies work out this problem?
my codeblocks is svn 4639. Thanks!