aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Core/Targets/VS2005Target.cs
diff options
context:
space:
mode:
authorlbsa712007-03-29 17:29:52 +0000
committerlbsa712007-03-29 17:29:52 +0000
commit9ea0e881a45701782240013c8f17dfad7e5ab463 (patch)
tree2797cc03bee56f0d6d0a7ddc25ccce021b09740d /Prebuild/src/Core/Targets/VS2005Target.cs
parentFixed so Inventory structure is correct after a log out and re-login (in Sand... (diff)
downloadopensim-SC_OLD-9ea0e881a45701782240013c8f17dfad7e5ab463.zip
opensim-SC_OLD-9ea0e881a45701782240013c8f17dfad7e5ab463.tar.gz
opensim-SC_OLD-9ea0e881a45701782240013c8f17dfad7e5ab463.tar.bz2
opensim-SC_OLD-9ea0e881a45701782240013c8f17dfad7e5ab463.tar.xz
* Naaw, -realphysx is too much to ask
* Genning proj Guids from name hash, for great justice
Diffstat (limited to 'Prebuild/src/Core/Targets/VS2005Target.cs')
-rw-r--r--Prebuild/src/Core/Targets/VS2005Target.cs2
1 files changed, 1 insertions, 1 deletions
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
665 665
666 if (projectFile.Contains( "OpenSim.csproj" )) 666 if (projectFile.Contains( "OpenSim.csproj" ))
667 { 667 {
668 ps.WriteLine(" <StartArguments>-loginserver -sandbox -accounts -realphysx</StartArguments>"); 668 ps.WriteLine(" <StartArguments>-loginserver -sandbox -accounts</StartArguments>");
669 } 669 }
670 670
671 ps.WriteLine(" <ReferencePath>{0}</ReferencePath>", MakeRefPath(project)); 671 ps.WriteLine(" <ReferencePath>{0}</ReferencePath>", MakeRefPath(project));