source: trunk/build/build-nacl64 @ 2538

Last change on this file since 2538 was 1518, checked in by sam, 11 years ago

build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.

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