]> gitweb.factorcode.org Git - factor.git/blob - misc/windows-release.sh
Initial import
[factor.git] / misc / windows-release.sh
1 CPU=$1
2 VERSION=0.91
3
4 if [ "$CPU" = "x86" ]; then
5     FLAGS="-no-sse2"
6 fi
7
8 make windows-nt-x86
9 CMD="./factor-nt -i=boot.x86.32.image -no-user-init $FLAGS"
10 echo $CMD
11 $CMD
12 rm -rf Factor.app/
13 rm -rf vm/
14 rm -f Makefile
15 rm -f cp_dir
16 rm -f boot.*.image
17
18 cd ..
19 zip -r Factor-$VERSION-win32-$CPU.zip Factor/