aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-22 07:52:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-04-22 07:52:06 +0000
commite299bf2ec4aa9a8f1b1982c93d78c605d6fcfe78 (patch)
tree0f5f2785ca07bf4fd7a78f9bc99686005dae8bd7 /makewin32.sh
parentf5cd0354336b4fd2c6e1beeac915217411bffe36 (diff)
makewin32.sh: save build log.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3394 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/makewin32.sh b/makewin32.sh
index 1581f29d..d18f0bfc 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -1,7 +1,10 @@
#!/bin/sh
-export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/lib
-export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
+export PATH=$PATH:/target/bin
+export LIBRARY_PATH=$LIBRARY_PATH:/target/lib:/usr/local/lib
+export C_INCLUDE_PATH=$C_INCLUDE_PATH:/target/include:/usr/local/include
+
+(
./configure --prefix=$HOME/dist \
--with-localedir=share/locale \
@@ -12,3 +15,5 @@ export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/local/include
&& make install-strip \
&& (cd plugin/attachment_tool; make install-plugin) \
&& strip $HOME/dist/lib/sylpheed/plugins/attachment_tool.dll
+
+) 2>&1 | tee sylpheed-build.log