aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2009-05-18 21:04:25 +0000
committerMelanie Thielker2009-05-18 21:04:25 +0000
commitf7dbfe63e55ca875c1079084c4ca153f9a815327 (patch)
treefd73a0ddac4237b6f7ee5fc5462d89c557739ff6 /prebuild.xml
parentDLL name change in config var. (diff)
downloadopensim-SC_OLD-f7dbfe63e55ca875c1079084c4ca153f9a815327.zip
opensim-SC_OLD-f7dbfe63e55ca875c1079084c4ca153f9a815327.tar.gz
opensim-SC_OLD-f7dbfe63e55ca875c1079084c4ca153f9a815327.tar.bz2
opensim-SC_OLD-f7dbfe63e55ca875c1079084c4ca153f9a815327.tar.xz
This commit changes the way the new server works. There is no longer a server
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 1c4d41e..697c266 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1418,19 +1418,19 @@
1418 </Files> 1418 </Files>
1419 </Project> 1419 </Project>
1420 1420
1421 <Project name="OpenSim.Server.AssetServer" path="OpenSim/Server/AssetServer" type="Exe"> 1421 <Project name="OpenSim.Server" path="OpenSim/Server" type="Exe">
1422 <Configuration name="Debug"> 1422 <Configuration name="Debug">
1423 <Options> 1423 <Options>
1424 <OutputPath>../../../bin/</OutputPath> 1424 <OutputPath>../../bin/</OutputPath>
1425 </Options> 1425 </Options>
1426 </Configuration> 1426 </Configuration>
1427 <Configuration name="Release"> 1427 <Configuration name="Release">
1428 <Options> 1428 <Options>
1429 <OutputPath>../../../bin/</OutputPath> 1429 <OutputPath>../../bin/</OutputPath>
1430 </Options> 1430 </Options>
1431 </Configuration> 1431 </Configuration>
1432 1432
1433 <ReferencePath>../../../bin/</ReferencePath> 1433 <ReferencePath>../../bin/</ReferencePath>
1434 <Reference name="System"/> 1434 <Reference name="System"/>
1435 <Reference name="System.Xml"/> 1435 <Reference name="System.Xml"/>
1436 <Reference name="OpenMetaverseTypes.dll"/> 1436 <Reference name="OpenMetaverseTypes.dll"/>