ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/make.sh
Revision: 970
Committed: 2007-12-15T15:03:10-08:00 (17 years, 6 months ago) by douglas
Content type: text/x-sh
File size: 389 byte(s)
Log Message:
Woop!

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}/make.sh/init.sh"
11 source "${menes}/make.sh/c++.sh"
12 source "${menes}/make.sh/menes.sh"
13
14 hi-ccxx-flags -Onone -g -DNFINLINE
15 hi-ld-flags -Onone -g
16 hi-ld-flags -lsvn_client-1
17
18 c++:link 'GoogleTron' *.cpp Iconv/*.cpp Subversion/*.cpp Zlib/*.cpp -- "${libmenes[@]}"
19
20 source "${menes}/make.sh/fini.sh"

Properties

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