aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-01-28 17:43:47 +0100
committerThomas White <taw@physics.org>2019-05-16 15:15:49 +0200
commitb1efe94d287236dd7f31fd030de2068f985103a4 (patch)
treeb7b83198e6525cc05a423d0a0ee036c89c7dc11c /makewin32.sh
parenta72a075cc298497f955a8707c01126e8825b6f0a (diff)
Strip away all old autotools and installer stuff
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