Page 1 of 1

Comiling ImageMagik as a single static library.

Posted: 2014-08-08T13:29:09-07:00
by Minok
Is it possible to build imageMagik as a single static .lib file? (as opposed to some 25 lib files) - thus producing a single vc100.pdb (symbol database for debugging on windows)

This would be most usefull for simplifying the linker settings for my application that uses imageMagik.
It would also enable debugging when using the debug libraries, as I'm delivering just the static lib files, and cannot put the vc100.pdb database file (windows build) file for each and every static .lib built, into the one directory I collect all of the lib files in for use (since all 25 versions of the db file have the same name: vc100.pdb, but contents specific to each lib file).