aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-10 10:09:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-10 10:09:05 +0000
commit61812cb57124f0c6fd144f7bd751c97a22b99f5d (patch)
treead2130fb3fbd4e85d4542a7ba629f2b413679cf6 /makewin32.sh
parent98a07f6dc0dba0a79f5a5f1723856873c0c976d7 (diff)
modified for newer MinGW environment. Fixed linking.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3383 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makewin32.sh b/makewin32.sh
index 5dc6cadd..fefc7376 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -4,10 +4,10 @@ export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib
export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
./configure --prefix=$HOME/dist \
- --with-localedir=lib/locale \
+ --with-localedir=share/locale \
--with-themedir=share/icons \
--enable-oniguruma --enable-threads \
- 'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
+ 'CC=gcc -mtune=core2' CFLAGS=-O3 \
&& make \
&& make install-strip \
&& (cd plugin/attachment_tool; make install-plugin) \