From ceb2a63f60fa706928884b7fba59d19f21425b36 Mon Sep 17 00:00:00 2001 From: "U-SALAD\\Nick" Date: Wed, 16 Jul 2008 20:56:39 +0000 Subject: [PATCH] Move DLLs to redist --- msvc/Lander/Lander.vcproj | 60 +++++++++++++++++++++ SDL.dll => msvc/redist/SDL.dll | Bin freetype6.dll => msvc/redist/freetype6.dll | Bin zlib1.dll => msvc/redist/zlib1.dll | Bin 4 files changed, 60 insertions(+) rename SDL.dll => msvc/redist/SDL.dll (100%) rename freetype6.dll => msvc/redist/freetype6.dll (100%) rename zlib1.dll => msvc/redist/zlib1.dll (100%) diff --git a/msvc/Lander/Lander.vcproj b/msvc/Lander/Lander.vcproj index 61991ca..ca5ab12 100644 --- a/msvc/Lander/Lander.vcproj +++ b/msvc/Lander/Lander.vcproj @@ -114,12 +114,18 @@ Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + + + + @@ -129,9 +135,15 @@ + + + + @@ -141,6 +153,9 @@ + + @@ -153,6 +168,9 @@ + + @@ -165,15 +183,24 @@ + + + + + + @@ -182,12 +209,18 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + + + + @@ -197,18 +230,30 @@ + + + + + + + + @@ -221,6 +266,12 @@ + + + + @@ -233,6 +284,9 @@ + + @@ -242,12 +296,18 @@ + + + + diff --git a/SDL.dll b/msvc/redist/SDL.dll similarity index 100% rename from SDL.dll rename to msvc/redist/SDL.dll diff --git a/freetype6.dll b/msvc/redist/freetype6.dll similarity index 100% rename from freetype6.dll rename to msvc/redist/freetype6.dll diff --git a/zlib1.dll b/msvc/redist/zlib1.dll similarity index 100% rename from zlib1.dll rename to msvc/redist/zlib1.dll -- 2.39.2