I was hoping "update all dependencies" in the IDE's workspace manager would also find dependencies on libraries, but it doesn't or it doesn't work...
So, I got a workspace in the IDE that contains 2 projects. One project builds a DLL (and a static library that defines the DLL's interface of course) that is needed by the other project. Is it possible to configure the workspace so that the DLL is built first and the other project -which depends on it- is built later?