From 9ea0e881a45701782240013c8f17dfad7e5ab463 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 29 Mar 2007 17:29:52 +0000 Subject: * Naaw, -realphysx is too much to ask * Genning proj Guids from name hash, for great justice --- Prebuild/src/Core/Targets/VS2005Target.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Prebuild/src/Core/Targets') diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs index 6435593..23b6116 100644 --- a/Prebuild/src/Core/Targets/VS2005Target.cs +++ b/Prebuild/src/Core/Targets/VS2005Target.cs @@ -665,7 +665,7 @@ namespace Prebuild.Core.Targets if (projectFile.Contains( "OpenSim.csproj" )) { - ps.WriteLine(" -loginserver -sandbox -accounts -realphysx"); + ps.WriteLine(" -loginserver -sandbox -accounts"); } ps.WriteLine(" {0}", MakeRefPath(project)); -- cgit v1.1