making a static imagemagick application
making a static imagemagick application
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?