aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xmakewin32.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index afa092e6..116cdfba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-04-25
+ * makewin32.sh: added -static-libgcc option to prevent the dependency
+ to libgcc_s_dw2-1.dll.
+
+2014-04-25
+
* src/notificationwindow.c: set opacity on mouse over.
2014-04-24
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) \