I'm using Xerces (from Apache.org) to parse XML files. I downloaded their project, which compiles the source into a dll file (and an import library). I want to statically link the xerces library. Does anyone know how to change the project (I can use the VS6 or VS7 project) to compile a library that I can statically link to? Thanks for any suggestions.

Kelly