source: trunk/build-mingw @ 945

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

build: new lol-build script for easier autobuilds.

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