diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-22 07:46:36 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-22 07:46:36 +0000 |
commit | 848b4a5395260d1fb90407fe2ceec1c48485dafa (patch) | |
tree | 35d7ab30d729c1feeee7b2d067dce83884e6c390 | |
parent | f83afc56908b487f1d0d87d563eabf68c01b411c (diff) |
modified makewin32.sh.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@772 ee746299-78ed-0310-b773-934348b2243d
-rwxr-xr-x | makewin32.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makewin32.sh b/makewin32.sh index 37bcb2ab..3c5f2e18 100755 --- a/makewin32.sh +++ b/makewin32.sh @@ -1,5 +1,5 @@ #!/bin/sh -./configure --with-localedir=share/locale 'CC=gcc -mcpu=pentium3' CFLAGS=-O3 \ +./configure --with-localedir=share/locale 'CC=gcc -mtune=pentium3' CFLAGS=-O3 \ && make \ && make install-strip prefix=$HOME/dist |