aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
committerThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
commitcf040a18b3f5da827f959346a45a907d5dd6eb49 (patch)
tree23a0aaca091121013ee12a21e79031344daaaef6 /makewin32.sh
parent04a77910fa4adb5845cbcf751dd7c3522c191474 (diff)
parent12196f21e352b952cda3e837cf2467b75dd1e6e6 (diff)
Merge branch 'taw/meson' into taw/combined
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/makewin32.sh b/makewin32.sh
deleted file mode 100755
index e65e7dda..00000000
--- a/makewin32.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-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 \
- --with-themedir=share/icons \
- --enable-oniguruma --enable-threads \
- 'CC=gcc -mthreads -mtune=core2 -static-libgcc' CFLAGS=-O3 \
- && make \
- && 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