Comiling ImageMagik as a single static library.

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Minok
Posts: 21
Joined: 2014-04-24T15:51:58-07:00
Authentication code: 6789

Comiling ImageMagik as a single static library.

Post 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).
Post Reply