]> jfr.im git - irc/atheme/atheme.git/blob - mingw-build.sh
Merge pull request #927 from runxiyu/master
[irc/atheme/atheme.git] / mingw-build.sh
1 #!/bin/sh
2
3 echo "Temp image will be staged to $1"
4
5 ./configure --prefix=/c/atheme --enable-contrib
6 make -j16
7 make install DESTDIR=$1
8
9 # stage
10 cp /mingw/bin/libgnurx-0.dll $1/c/atheme/bin
11 cp /mingw/bin/libeay32.dll $1/c/atheme/bin
12 cp /mingw/bin/libintl-8.dll $1/c/atheme/bin
13
14 # done!
15 echo "Image built at $1"