# HG changeset patch # User Chris Cannam # Date 1407233398 -3600 # Node ID cb6c59627bcc569a99d0be256beff50edd9ecb98 # Parent ff78d47310af75524cf4d087c1a5861d0fa01afc mingw32 build fix diff -r ff78d47310af -r cb6c59627bcc .hgignore --- a/.hgignore Mon Aug 04 21:37:03 2014 +0100 +++ b/.hgignore Tue Aug 05 11:09:58 2014 +0100 @@ -12,7 +12,8 @@ config.log config.status Makefile - +*.dll +*.exe re:^build/Debug/ re:^build/Release/ *.zip diff -r ff78d47310af -r cb6c59627bcc build/Makefile.mingw32 --- a/build/Makefile.mingw32 Mon Aug 04 21:37:03 2014 +0100 +++ b/build/Makefile.mingw32 Tue Aug 05 11:09:58 2014 +0100 @@ -90,7 +90,7 @@ # General linker flags # -LDFLAGS := $(LDFLAGS) -fno-exceptions -static-libgcc +LDFLAGS := $(LDFLAGS) -fno-exceptions -static -static-libgcc # Flags required to tell the compiler to create a dynamically loadable object #