From 552aacaec93f7651a918e0a49efd6ae8197de4ca Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 25 Jan 2008 20:09:45 +0000 Subject: * Add statistics reference to the opensim app and the example app * Interestingly, OpenSim builds fine on mono under nant without these references (as nulls are passed in instead of the objects) * But it appears other systems (at least VS2008) complain if the references aren't present * Many thanks to Grumly57 for catching this! --- prebuild.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b2b3bbd..4135053 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -798,6 +798,7 @@ + @@ -899,6 +900,7 @@ + -- cgit v1.1