* Initial check-in of Prebuild setup. This removes all MSVC project files and NAnt build files and replaces with a few batch/shell scripts
* Adding nunit.framework.dll to bin/ git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1965 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -7,8 +7,8 @@ class ProxyMain
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
ProxyFrame p = new ProxyFrame(args);
|
||||
ProxyPlugin analyst = new Analyst(p);
|
||||
ProxyPlugin analyst = new Analyst(p);
|
||||
analyst.Init();
|
||||
p.proxy.Start();
|
||||
p.proxy.Start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user