summaryrefslogtreecommitdiff
path: root/win32/build-win32.sh
blob: 48aaf6111604f3917aa399d302ede3612cfeac79 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e
set -e
echo "Wait while we build... "
cd `dirname $0`
msdev ../rep.dsw /MAKE ALL /REBUILD /OUT out.log
cat out.log
echo "making zip"
cd release
zip ../rep.zip *