* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.

* PrimitiveBaseShape wants to be be committed too -- EOF.
This commit is contained in:
Diva Canto
2010-04-14 10:36:03 -07:00
parent 6892fc41f7
commit bdc03dbff9
7 changed files with 179 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenSim.Server
protected static List<IServiceConnector> m_ServiceConnectors =
new List<IServiceConnector>();
static int Main(string[] args)
public static int Main(string[] args)
{
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);