aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
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 /makewin32.sh
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
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 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