This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to link if library changes?

Hello,
I'm using C166 V4.23 and µVision V2.31.
My project includes a library that is built using another project.
Usually, if I change a source-file and "Build Target", the modified files are compiled, and the whole project is linked including the .lib file.
If I change the library and rebuild it, so that the .LIB file is modified, µVision doesn't seem to recognize this.
If I go back to my main project and "Build Target", it does nothing, meaning it doesn't link the modified .LIB file to the output.
It seems that I have to modify a project file just to get it to recompile something and link, or "Build All Target Files" in order to get the modified .LIB file into my output.

There is an easier way, isn't there?

Thank you,
Holger