From a9ee8f9382ff853c57468126c70711dcd9169d25 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 14 Mar 2007 14:04:02 +0000 Subject: * Made sure physics dlls end up in /bin/Physics * Re-fixed the timer bug. * Added a README note explaining the fast track to building and running sandbox on Windows/VS 2005 --- src/physics/plugins/BasicPhysicsplugin.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/physics/plugins') diff --git a/src/physics/plugins/BasicPhysicsplugin.csproj b/src/physics/plugins/BasicPhysicsplugin.csproj index 57cd885..e9eaf03 100644 --- a/src/physics/plugins/BasicPhysicsplugin.csproj +++ b/src/physics/plugins/BasicPhysicsplugin.csproj @@ -1,4 +1,4 @@ - + Debug AnyCPU @@ -14,7 +14,7 @@ true full false - bin\Debug\ + ..\..\..\bin\Physics\ DEBUG;TRACE prompt 4 @@ -31,6 +31,7 @@ False ..\..\..\bin\Axiom.MathLib.dll + False @@ -44,6 +45,7 @@ {3C86A846-7977-4EE7-A8DC-DD487FA5DC2B} PhysicsManager + False -- cgit v1.1