Removed the explicit specification of the build compiler and optimization
configurations. We'll specify these in the top-level ant invocation and it can filter down for the whole build. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2820 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $Id: ant,v 1.3 2002/05/08 23:04:07 shaper Exp $
|
||||
# $Id: ant,v 1.4 2003/10/06 21:24:29 mdb Exp $
|
||||
#
|
||||
# Invokes our desired version of ant with all of our jar files in the
|
||||
# classpath.
|
||||
|
||||
BINDIR=`dirname $0`
|
||||
ANT_COMPILER="-Dbuild.compiler=jikes"
|
||||
|
||||
# process our arguments
|
||||
while [ ! -z "$1" ]; do
|
||||
|
||||
Reference in New Issue
Block a user