aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/bamboo.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.nant/bamboo.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 5f0f35d..f37c199 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -1,5 +1,6 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<project name="OpenSim" default="build"> 2<project name="OpenSim" default="build">
3 <setenv name="MONO_THREADS_PER_CPU" value="100" />
3 <target name="build"> 4 <target name="build">
4 <exec program="mono" commandline="../bin/Prebuild.exe /target nant" /> 5 <exec program="mono" commandline="../bin/Prebuild.exe /target nant" />
5 <nant buildfile="../OpenSim.build" target="build" /> 6 <nant buildfile="../OpenSim.build" target="build" />