How do I create a static link library? I've seen instructions how to do it with DMD but I cannot find them now. I have 20+ modules interfacing to a .dll and I have to include all of them, when compiling or I get link errors. So I want to be able just to import the modules without to include all source code in a project.