From 96d53f11e554f37c135fa2d009f9ffed1a5ec724 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Thu, 22 Oct 2009 17:03:13 -0700 Subject: Added VS2010 support to Prebuild and created runprebuild2010.bat --- prebuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 81f907d..1c44ebf 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3135,7 +3135,7 @@ - + ../../../bin/ -- cgit v1.1 From d0019704e60da8392f505f1bb783ee668b0299b1 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 23 Oct 2009 09:47:45 +0100 Subject: Adding the presence service skeleton --- prebuild.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 1c44ebf..d2d1e6d 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1411,6 +1411,37 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + -- cgit v1.1 From 3639f684116e0fd248182b9d8efc0c27d4736ab7 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Sun, 25 Oct 2009 01:20:54 -0700 Subject: Added a missing reference to System.Core for OpenSim.Region.Framework --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index d2d1e6d..640d530 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -747,6 +747,7 @@ ../../../bin/ + -- cgit v1.1 From 322b39804d3659b637c2b9a4df13c247dfa561c6 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Mon, 26 Oct 2009 22:05:07 -0700 Subject: Adding missing CSJ2K reference to OpenSim.Region.Physics.Meshing --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 640d530..12e33e9 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -588,6 +588,7 @@ ../../../../bin/ + -- cgit v1.1