aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-20 06:39:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-09-20 06:39:50 +0000
commit60e3b4a5a874d2948c2c655cef9eafdde4e6d2db (patch)
treef9e4c8d2bad544b22bc7107739318bdec3e68dc1 /makewin32.sh
parentcd3fb42f86bc774c893cd7fd9f606ccbc464f174 (diff)
makewin32.sh: added --with-themedir configure option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3286 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/makewin32.sh b/makewin32.sh
index efa2eb0b..5dc6cadd 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -3,7 +3,9 @@
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 \
+./configure --prefix=$HOME/dist \
+ --with-localedir=lib/locale \
+ --with-themedir=share/icons \
--enable-oniguruma --enable-threads \
'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
&& make \