ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/make.sh
Revision: 792
Committed: 2006-06-01T23:55:43-07:00 (19 years ago) by douglas
Content type: text/x-sh
File size: 341 byte(s)
Log Message:
Woo!

File Contents

# Content
1 #!/usr/bin/env bash
2 # Douglas Thrift
3 #
4 # Google Tron
5 #
6 # $Id$
7
8 menes='menes'
9
10 source "${menes}/build-sh.d/init.sh"
11 source "${menes}/build-sh.d/c++.sh"
12 source "${menes}/build-sh.d/menes.sh"
13
14 hi-ccxx-flags -Onone -g -DNFINLINE
15 hi-ld-flags -Onone -g
16
17 c++:link 'FeepingCreaturism' *.cpp -- "${libmenes[@]}"
18
19 source "${menes}/build-sh.d/fini.sh"

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Id