aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-11 06:21:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-01-11 06:21:07 +0000
commite130896eb1f93f12f64b5139c7e3f5af2cf0ca07 (patch)
tree15ac782557dada1b478da8dd673a02e057bc2fc0
parente1223a1b57cc9fc0024c7b471c19ecba1817363e (diff)
makewin32.sh: also install attachment_tool plug-in.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2784 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog1
-rw-r--r--configure.in4
-rwxr-xr-xmakewin32.sh4
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d317502..0e3917bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/update_check.c: win32: properly set the parameter of default
download URL.
+ * makewin32.sh: also install attachment_tool plug-in.
2011-01-07
diff --git a/configure.in b/configure.in
index 1779e3b7..cd480351 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=1
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta6
-BUILD_REVISION=1110
+EXTRA_VERSION=beta7
+BUILD_REVISION=1111
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
diff --git a/makewin32.sh b/makewin32.sh
index a3baee46..7d8b35d5 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -7,4 +7,6 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
--enable-oniguruma --enable-threads --disable-ipv6 \
'CC=gcc -mtune=pentium3' CFLAGS=-O3 \
&& make \
- && make install-strip
+ && make install-strip \
+ && (cd plugin/attachment_tool; make install-plugin) \
+ && strip $HOME/dist/lib/sylpheed/plugins/attachment_tool.dll