From 03b8eddc37705b5473225b7b749e9a98a1744651 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 2 Mar 2009 17:18:24 +0000 Subject: Added OpenSim.Client.Linden which is a (non shared) region module that creates and initialises the LindenClientStack (or actually whatever client stack was set in opensim.ini) for that region. Currently this module is still at a early stage so just for testing, so its hardcoded to be disabled. To enable first turn off auto creation of the client stack in opensimbase (see last revision) and then in OpenSim.Client.Linden.LLClientStackModule change bool m_createClientStack = false; to true. --- prebuild.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 0b42592..5a1fcaa 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1712,6 +1712,39 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + -- cgit v1.1