From 04b4838d9934ac0248dec4ff9c8e063bfe154e9f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Dec 2015 23:44:45 +0530 Subject: [PATCH] Compile ImageMagick with VS 2015 --- setup/installer/windows/notes2.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/setup/installer/windows/notes2.rst b/setup/installer/windows/notes2.rst index ba018a7bb9..ad6ff0caaf 100644 --- a/setup/installer/windows/notes2.rst +++ b/setup/installer/windows/notes2.rst @@ -425,17 +425,9 @@ Get the source from: http://www.imagemagick.org/download/windows/ImageMagick-win Unzip it and then run:: chmod +x `find . -name '*.exe'` -Edit VisualMagick/configure/configure.cpp to set - -int projectType = MULTITHREADEDDLL; - Open configure.sln and build it to create configure.exe -Run configure.exe set 32/64 bit disable X11 and OpenMP and click the Edit -magick-baseconfig.h button - -Undefine ProvideDllMain - +Run configure.exe set 32/64 bit disable OpenMP Now open VisualMagick/VisualDynamicMT.sln set to Release Remove the UTIL_IMdisplay and CORE_Magick++ projects.