Skip to content

Commit 219f3f7

Browse files
Heesterman, Peter JHeesterman, Peter J
authored andcommitted
Don't need builds directory.
Can we build using Win32 (rather than posix) model and not get multiply-defined symbols?
1 parent ab5b0e5 commit 219f3f7

File tree

4 files changed

+1
-256
lines changed

4 files changed

+1
-256
lines changed

supportApp/GraphicsMagickSrc/Magick++/lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ifeq ($(WITH_GRAPHICSMAGICK),YES)
2828
endif
2929
ifeq (mingw, $(findstring mingw, $(T_A)))
3030
# multiple definition of `_Unwind_Resume on Linux. I don't know how to fix it.
31-
USR_LDFLAGS += -Wl,-allow-multiple-definition
31+
# USR_LDFLAGS += -Wl,-allow-multiple-definition
3232
endif
3333

3434
USR_INCLUDES += -I$(TOP)/supportApp/GraphicsMagickSrc

supportApp/GraphicsMagickSrc/ttf/builds/Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

supportApp/GraphicsMagickSrc/ttf/builds/windows/Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

supportApp/GraphicsMagickSrc/ttf/builds/windows/ftdebug.c

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)