Change windows packaging to have separate scripts for Fedora 19 and 20
authorTim Mayberry <mojofunk@gmail.com>
Tue, 13 May 2014 04:37:27 +0000 (14:37 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 13 May 2014 23:47:59 +0000 (09:47 +1000)
commit2379321355365e1f6442eee368f71385b56ed9fd
treeebeb2bc7fa38e3a5207170ac1590d0fb9cce0ad7
parente4442b45cfd71c0bdcc20ad65985aaf44cb42caa
Change windows packaging to have separate scripts for Fedora 19 and 20

A large part of the packaging is shared in package.sh, this approach should
work on windows with another dll list in package-waves.sh and redefined
copydll function(which I've added untested as copydll-waves.sh)

Also add support for 64bit mingw builds via ARCH env variable. If unset
defaults to 32bit build
tools/windows_packaging/copydll-fedora.sh [new file with mode: 0755]
tools/windows_packaging/copydll-waves.sh [new file with mode: 0755]
tools/windows_packaging/mingw-env.sh
tools/windows_packaging/package-f19.sh [new file with mode: 0755]
tools/windows_packaging/package-f20.sh [new file with mode: 0755]
tools/windows_packaging/package.sh