From f756b1ee1c93e842ae7ad4c64d1115586cac7382 Mon Sep 17 00:00:00 2001 From: mingchen Date: Fri, 19 Oct 2007 19:20:18 +0000 Subject: *Added -useexecutepath to use the path of the .exe as the path to find configuration and libraries and not the current working directory. --- OpenSim/Region/Application/Application.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/Application/Application.cs') diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index ec7c43d..8e2793e 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -65,6 +65,7 @@ namespace OpenSim configSource.AddSwitch("Startup", "gridmode"); configSource.AddSwitch("Startup", "physics"); configSource.AddSwitch("Startup", "noverbose"); + configSource.AddSwitch("Startup", "useexecutepath"); OpenSimMain sim = new OpenSimMain(configSource); -- cgit v1.1