summaryrefslogtreecommitdiff
path: root/build_manaplus.sh
blob: 1e3b802bca65271530e76fb5cb43fd308606e3f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash

# NOTE: please change me!


# v change this in client repo laterâ„¢

cp /manaplus/tools/ci/scripts/winvars.sh manaplus/build/
cd /manaplus/
git apply ../manaplus.patch
cd /manaplus/build/
# ^ change this in client repo laterâ„¢
./winmake || exit 1
/mxe/tools/copydlldeps.py -C/manaplus/build/tmp/src -L/mxe/usr/i686-w64-mingw32.shared/bin/ /libs/dll/ || true
./packwin || exit 1
cp -r /manaplus/packaging/windows/manaplus-*.exe /build/ || exit 1