diff options
author | John Hurliman | 2010-09-11 18:26:59 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-11 18:26:59 -0700 |
commit | a9acc6730d4dc33b81da567778cac32517b2068c (patch) | |
tree | 4b95d80aa4f0495deef625f2e4c01c317cbb2544 /Prebuild/scripts/.svn/text-base/autotools.sh.svn-base | |
parent | Prevent child agents from being blacklisted in the kill record. (diff) | |
download | opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.zip opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.gz opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.bz2 opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.xz |
Removing .svn directories under Prebuild/ from source control
Diffstat (limited to 'Prebuild/scripts/.svn/text-base/autotools.sh.svn-base')
-rw-r--r-- | Prebuild/scripts/.svn/text-base/autotools.sh.svn-base | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Prebuild/scripts/.svn/text-base/autotools.sh.svn-base b/Prebuild/scripts/.svn/text-base/autotools.sh.svn-base deleted file mode 100644 index 4d140ce..0000000 --- a/Prebuild/scripts/.svn/text-base/autotools.sh.svn-base +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | RUNTIME=`which mono` | ||
3 | |||
4 | SCRIPTDIR=`dirname $0` | ||
5 | ${RUNTIME} ${SCRIPTDIR}/../Prebuild.exe /target autotools /file ${SCRIPTDIR}/../prebuild.xml /build NET_2_0 | ||