easiest way to link modules in Codeblocks?

I find myself in a position where I am repeating the same pattern of, write shared lib, compile, link shared lib, write app lib "sandbox" dependant on shared lib, write shared lib, compile, link, write...

At each level of dependency I have to carry over previously shared libs, search directories, etc. Is there some guide or tutorial that can show me how to automate this process, so I spend less time linking after each layer?
Last edited on
taught myself a solution.
Topic archived. No new replies allowed.