making a static imagemagick application
Posted: 2008-02-01T10:41:28-07:00
hello. i built imagemagick statically, single threaded, cause if possible i want to end up with only one executable. however using the depends application, my release (for instance, a simple crop cpp from the documentation) still relies on a lot of dlls . how do i do it so that i can make a fully static imagemagick application?