git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2027 52acb1d6-8a22-11de-b505-999d5b087335
6 lines
163 B
Bash
6 lines
163 B
Bash
#!/bin/sh
|
|
RUNTIME=`which mono`
|
|
|
|
SCRIPTDIR=`dirname $0`
|
|
${RUNTIME} ${SCRIPTDIR}/../Prebuild.exe /target autotools /file ${SCRIPTDIR}/../prebuild.xml /build NET_2_0
|