aboutsummaryrefslogtreecommitdiff
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
parentcd3fb42f86bc774c893cd7fd9f606ccbc464f174 (diff)
makewin32.sh: added --with-themedir configure option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3286 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rwxr-xr-xmakewin32.sh4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efb5f351..7f2b768f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-20
+
+ * makewin32.sh: added --with-themedir configure option.
+
2013-09-17
* src/stock_pixmap.c: fixed filename (book.png -> stock_book.png).
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 \