diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 23:07:26 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-13 23:07:26 +0200 |
commit | e42ddec24ea372b46f342dc9dd8dd424db7bae5d (patch) | |
tree | 1f15ed5f2f1cde7e44ec9d6c7559ed121db83e9e /Makefile.mingw32 | |
parent | 56d899fdc96dd13fc3091648b28fdeff11f6f6e6 (diff) |
Making ImageMagick non-dll.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 134df27..3464f74 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -43,7 +43,7 @@ INCLUDES = \ HAVES = -DHAVE_VSSCANF -DHAVE_LIBJPEG -DHAVE_MALLOC_H -DHAVE_BYTESWAP_H -DUSE_OSMESA -DHAVE_MYSQL -CPPFLAGS += $(INCLUDES) -g -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN -fexceptions -march=i686 $(HAVES) -DNDEBUG +CPPFLAGS += $(INCLUDES) -g -DSTDC_HEADERS -DREADLINE_STATIC -DHOOK_STDS -DWORDS_LITTLEENDIAN -fexceptions -march=i686 $(HAVES) -DNDEBUG -DMAGICK_STATIC_LINK # -DUSE_MGL_NAMESPACE LDFLAGS += -g -fexceptions -shared ../lua-interface/lua-interface.a -Wl,--export-dynamic -Wl,--enable-auto-image-base -Wl,--export-all-symbols -Wl,--enable-auto-import \ |