radare2/sys/mingw64.sh

13 lines
299 B
Bash
Raw Normal View History

#!/bin/sh
2011-09-14 12:01:21 +00:00
# find root
cd `dirname $PWD/$0` ; cd ..
export PATH=${PWD}/sys/_work/mingw64/bin:${PATH}
# TODO: add support for ccache
2011-09-14 12:01:21 +00:00
make clean
2011-09-14 12:01:21 +00:00
./configure --without-gmp --with-compiler=x86_64-w64-mingw32-gcc --with-ostype=windows --host=x86_64-unknown-windows --without-ssl
make -j 4
make w32dist