mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Hopefully this should make merging upstream easier. Building with NAnt should still work, but Visual Studio is untested.
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
RUNTIME=`which mono`
|
|
|
|
SCRIPTDIR=`dirname $0`
|
|
${RUNTIME} ${SCRIPTDIR}/../Prebuild.exe /target autotools /file ${SCRIPTDIR}/../prebuild.xml /build NET_2_0
|