aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xmakewin32.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 006fe0c1..e517fbcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-04-18
+ * makewin32.sh: added -mthreads gcc option.
+
+2014-04-18
+
* libsylph/utils.[ch]
libsylph/mh.c
libsylph/procheader.c
diff --git a/makewin32.sh b/makewin32.sh
index fefc7376..1581f29d 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -7,7 +7,7 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
--with-localedir=share/locale \
--with-themedir=share/icons \
--enable-oniguruma --enable-threads \
- 'CC=gcc -mtune=core2' CFLAGS=-O3 \
+ 'CC=gcc -mthreads -mtune=core2' CFLAGS=-O3 \
&& make \
&& make install-strip \
&& (cd plugin/attachment_tool; make install-plugin) \