source: trunk/build-mingw @ 971

Last change on this file since 971 was 948, checked in by sam, 12 years ago

build: fix a typo in the mingw configuration sequence in lol-build and
add set -e to the build-mingw scripts to catch possible regressions.

  • Property svn:executable set to *
File size: 172 bytes
Line 
1#!/bin/sh
2
3# This can't hurt
4make distclean
5
6set -e
7./build/lol-build bootstrap windows-i386
8./build/lol-build configure windows-i386
9./build/lol-build build windows-i386
10
Note: See TracBrowser for help on using the repository browser.