From d469fdad94d8d186459d4a74cd2e1c6447bdf90e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 7 Apr 2010 17:34:07 +1200 Subject: [PATCH] use Tao dlls in thirdparty --- OpenRA.FileFormats/OpenRA.FileFormats.csproj | 1 + OpenRA.Game/OpenRA.Game.csproj | 2 ++ OpenRA.Gl/OpenRA.Gl.csproj | 3 +++ 3 files changed, 6 insertions(+) diff --git a/OpenRA.FileFormats/OpenRA.FileFormats.csproj b/OpenRA.FileFormats/OpenRA.FileFormats.csproj index 4f62c1e8ce..c21bd6bfa1 100644 --- a/OpenRA.FileFormats/OpenRA.FileFormats.csproj +++ b/OpenRA.FileFormats/OpenRA.FileFormats.csproj @@ -48,6 +48,7 @@ False + ..\thirdparty\Tao\Tao.Sdl.dll diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index 3e4f0e805e..4cecc9c0fd 100755 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -67,9 +67,11 @@ False + ..\thirdparty\Tao\Tao.FreeType.dll False + ..\thirdparty\Tao\Tao.OpenAl.dll diff --git a/OpenRA.Gl/OpenRA.Gl.csproj b/OpenRA.Gl/OpenRA.Gl.csproj index b6d9a0d220..2f38128d3b 100644 --- a/OpenRA.Gl/OpenRA.Gl.csproj +++ b/OpenRA.Gl/OpenRA.Gl.csproj @@ -41,12 +41,15 @@ False + ..\thirdparty\Tao\Tao.Cg.dll False + ..\thirdparty\Tao\Tao.OpenGl.dll False + ..\thirdparty\Tao\Tao.Sdl.dll