aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.build
diff options
context:
space:
mode:
authorlbsa712007-03-22 10:56:45 +0000
committerlbsa712007-03-22 10:56:45 +0000
commitd86911a44c05fa45b5600f45dbd8878c3b805ace (patch)
tree2b2e8dc2db737115bc12ae42483ffcf69270489d /OpenSim.build
parentbrought in bin/ from zircon (diff)
downloadopensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.zip
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.gz
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.bz2
opensim-SC_OLD-d86911a44c05fa45b5600f45dbd8878c3b805ace.tar.xz
* Fixed so name of exe is OpenSim.exe
Diffstat (limited to '')
-rw-r--r--OpenSim.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim.build b/OpenSim.build
index 6013f9d..8f5c415 100644
--- a/OpenSim.build
+++ b/OpenSim.build
@@ -53,9 +53,9 @@
53 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="clean" /> 53 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="clean" />
54 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" /> 54 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" />
55 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="clean" /> 55 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="clean" />
56 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.exe.build" target="clean" />
57 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="clean" /> 56 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="clean" />
58 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="clean" /> 57 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="clean" />
58 <nant buildfile="OpenSim.RegionServer/OpenSim.exe.build" target="clean" />
59 </target> 59 </target>
60 60
61 <target name="build" depends="init" description=""> 61 <target name="build" depends="init" description="">
@@ -67,7 +67,7 @@
67 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" /> 67 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" />
68 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="build" /> 68 <nant buildfile="OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.dll.build" target="build" />
69 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="build" /> 69 <nant buildfile="OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.dll.build" target="build" />
70 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.exe.build" target="build" /> 70 <nant buildfile="OpenSim.RegionServer/OpenSim.exe.build" target="build" />
71 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="build" /> 71 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="build" />
72 </target> 72 </target>
73 73
@@ -86,9 +86,9 @@
86 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="doc" /> 86 <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="doc" />
87 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" /> 87 <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" />
88 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="doc" /> 88 <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="doc" />
89 <nant buildfile="OpenSim.RegionServer/OpenSim.RegionServer.exe.build" target="doc" />
90 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="doc" /> 89 <nant buildfile="OpenSim.Physics/Manager/OpenSim.Physics.Manager.dll.build" target="doc" />
91 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="doc" /> 90 <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="doc" />
91 <nant buildfile="OpenSim.RegionServer/OpenSim.exe.build" target="doc" />
92 </target> 92 </target>
93 93
94</project> 94</project>