Possible Duplicate:
How to improve link performance for a large C++ application in VS2005
We are building against Visual Studio 7.1, and have two main dlls.
DLL A is 7Mb, and DLL B is 5Mb – However DLL B Takes far longer than A.
What should I look for?
There are many tips about reducing compile time, however I'm not sure what ones there are to reduce link time.