aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
diff options
context:
space:
mode:
authorTedd Hansen2008-12-06 03:28:34 +0000
committerTedd Hansen2008-12-06 03:28:34 +0000
commitf2cbc48a9e704da8e86ed659437c1e338e212c50 (patch)
tree483255008f063c08d541ae56760f894273eaf041 /OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
parentMinor formatting cleanup. (diff)
downloadopensim-SC_OLD-f2cbc48a9e704da8e86ed659437c1e338e212c50.zip
opensim-SC_OLD-f2cbc48a9e704da8e86ed659437c1e338e212c50.tar.gz
opensim-SC_OLD-f2cbc48a9e704da8e86ed659437c1e338e212c50.tar.bz2
opensim-SC_OLD-f2cbc48a9e704da8e86ed659437c1e338e212c50.tar.xz
GUI for launching grids. Early version, but should work fine.
Will execute all OpenSim services redirect their input/output/errors to the selected "GUI module". This version has following "GUI modules": * Windows Forms * Windows Service (doesn't work yet) * Console * TCP daemon This means that OpenSim can now run in a single console for those who want that. Console functionallity is not too rich yet, but code/framework is there... more to come. :)
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini')
-rw-r--r--OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini b/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
new file mode 100644
index 0000000..c065898
--- /dev/null
+++ b/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
@@ -0,0 +1,3 @@
1GUI=WinForm
2;GUI=TCPD
3;Components=c:\temp\test.bat;true \ No newline at end of file