From 457ef10f60c3079df2e7eb5896f940a57b78ac83 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 25 Apr 2014 09:53:58 +0000 Subject: makewin32.sh: added -static-libgcc option to prevent the dependency to libgcc_s_dw2-1.dll. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3403 ee746299-78ed-0310-b773-934348b2243d --- makewin32.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makewin32.sh') diff --git a/makewin32.sh b/makewin32.sh index d18f0bfc..e65e7dda 100755 --- a/makewin32.sh +++ b/makewin32.sh @@ -10,7 +10,7 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/target/include:/usr/local/include --with-localedir=share/locale \ --with-themedir=share/icons \ --enable-oniguruma --enable-threads \ - 'CC=gcc -mthreads -mtune=core2' CFLAGS=-O3 \ + 'CC=gcc -mthreads -mtune=core2 -static-libgcc' CFLAGS=-O3 \ && make \ && make install-strip \ && (cd plugin/attachment_tool; make install-plugin) \ -- cgit v1.2.3