aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \