diff options
author | MW | 2007-06-20 17:32:21 +0000 |
---|---|---|
committer | MW | 2007-06-20 17:32:21 +0000 |
commit | 3e484d1aaf6d2d893f258e7372003de9bf5e8bdb (patch) | |
tree | 78eba8a9c1e77748d73d77e9f366021235a738b8 /OpenSim.build | |
parent | * and done the same for OGS.. (diff) | |
download | opensim-SC_OLD-3e484d1aaf6d2d893f258e7372003de9bf5e8bdb.zip opensim-SC_OLD-3e484d1aaf6d2d893f258e7372003de9bf5e8bdb.tar.gz opensim-SC_OLD-3e484d1aaf6d2d893f258e7372003de9bf5e8bdb.tar.bz2 opensim-SC_OLD-3e484d1aaf6d2d893f258e7372003de9bf5e8bdb.tar.xz |
Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use.
Plus some other small changes.
Diffstat (limited to 'OpenSim.build')
-rw-r--r-- | OpenSim.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim.build b/OpenSim.build index dae655f..0a5efd3 100644 --- a/OpenSim.build +++ b/OpenSim.build | |||
@@ -70,7 +70,6 @@ | |||
70 | <nant buildfile="OpenSim/OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="clean" /> | 70 | <nant buildfile="OpenSim/OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="clean" /> |
71 | <nant buildfile="OpenSim/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="clean" /> | 71 | <nant buildfile="OpenSim/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="clean" /> |
72 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="clean" /> | 72 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="clean" /> |
73 | <nant buildfile="OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build" target="clean" /> | ||
74 | <nant buildfile="Common/XmlRpcCS/XMLRPC.dll.build" target="clean" /> | 73 | <nant buildfile="Common/XmlRpcCS/XMLRPC.dll.build" target="clean" /> |
75 | </target> | 74 | </target> |
76 | 75 | ||
@@ -100,7 +99,6 @@ | |||
100 | <nant buildfile="OpenSim/OpenSim.Region/OpenSim.Region.dll.build" target="build" /> | 99 | <nant buildfile="OpenSim/OpenSim.Region/OpenSim.Region.dll.build" target="build" /> |
101 | <nant buildfile="OpenSim/OpenSim/OpenSim.exe.build" target="build" /> | 100 | <nant buildfile="OpenSim/OpenSim/OpenSim.exe.build" target="build" /> |
102 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="build" /> | 101 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="build" /> |
103 | <nant buildfile="OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build" target="build" /> | ||
104 | </target> | 102 | </target> |
105 | 103 | ||
106 | <target name="build-release" depends="Release, init, build" description="Builds in Release mode" /> | 104 | <target name="build-release" depends="Release, init, build" description="Builds in Release mode" /> |
@@ -135,7 +133,6 @@ | |||
135 | <nant buildfile="OpenSim/OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="doc" /> | 133 | <nant buildfile="OpenSim/OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="doc" /> |
136 | <nant buildfile="OpenSim/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="doc" /> | 134 | <nant buildfile="OpenSim/OpenSim.Terrain.BasicTerrain/OpenSim.Terrain.BasicTerrain.dll.build" target="doc" /> |
137 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="doc" /> | 135 | <nant buildfile="OpenSim/Examples/SimpleApp/SimpleApp.exe.build" target="doc" /> |
138 | <nant buildfile="OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build" target="doc" /> | ||
139 | <nant buildfile="Common/XmlRpcCS/XMLRPC.dll.build" target="doc" /> | 136 | <nant buildfile="Common/XmlRpcCS/XMLRPC.dll.build" target="doc" /> |
140 | </target> | 137 | </target> |
141 | 138 | ||