aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-25 06:47:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-25 06:47:41 +0000
commitb97348552b942705b8d15f89f19265709ee36e74 (patch)
tree3c9caeb525f8620b874d27ff3db1616984d9cad4 /makewin32.sh
parent2d842a2cbb1fd1fbd04b3665cf615b85d22caec0 (diff)
updated makewin32.sh.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2353 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/makewin32.sh b/makewin32.sh
index 0000a625..a3baee46 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+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 \
--enable-oniguruma --enable-threads --disable-ipv6 \
'CC=gcc -mtune=pentium3' CFLAGS=-O3 \