diff options
author | mingchen | 2007-10-19 19:20:18 +0000 |
---|---|---|
committer | mingchen | 2007-10-19 19:20:18 +0000 |
commit | f756b1ee1c93e842ae7ad4c64d1115586cac7382 (patch) | |
tree | 270c44d31d957fc9b662501378f2e88034b88b31 /OpenSim/Region/Application/Application.cs | |
parent | * normalized line endings... (diff) | |
download | opensim-SC_OLD-f756b1ee1c93e842ae7ad4c64d1115586cac7382.zip opensim-SC_OLD-f756b1ee1c93e842ae7ad4c64d1115586cac7382.tar.gz opensim-SC_OLD-f756b1ee1c93e842ae7ad4c64d1115586cac7382.tar.bz2 opensim-SC_OLD-f756b1ee1c93e842ae7ad4c64d1115586cac7382.tar.xz |
*Added -useexecutepath to use the path of the .exe as the path to find configuration and libraries and not the current working directory.
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
65 | configSource.AddSwitch("Startup", "gridmode"); | 65 | configSource.AddSwitch("Startup", "gridmode"); |
66 | configSource.AddSwitch("Startup", "physics"); | 66 | configSource.AddSwitch("Startup", "physics"); |
67 | configSource.AddSwitch("Startup", "noverbose"); | 67 | configSource.AddSwitch("Startup", "noverbose"); |
68 | configSource.AddSwitch("Startup", "useexecutepath"); | ||
68 | 69 | ||
69 | OpenSimMain sim = new OpenSimMain(configSource); | 70 | OpenSimMain sim = new OpenSimMain(configSource); |
70 | 71 | ||