From 085719bf44b21cc7c1115622ccb5f9efd601d6f3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 7 Nov 2013 17:49:00 +0000 Subject: [PATCH] Fix lua --- BizHawk.Client.Common/BizHawk.Client.Common.csproj | 4 ++-- .../BizHawk.Client.EmuHawk.csproj | 4 ++-- LuaInterface.dll => output/dll/LuaInterface.dll | Bin {BizHawk.Client.EmuHawk => output/dll}/lua51.dll | Bin 4 files changed, 4 insertions(+), 4 deletions(-) rename LuaInterface.dll => output/dll/LuaInterface.dll (100%) rename {BizHawk.Client.EmuHawk => output/dll}/lua51.dll (100%) diff --git a/BizHawk.Client.Common/BizHawk.Client.Common.csproj b/BizHawk.Client.Common/BizHawk.Client.Common.csproj index e1128b92bb..b46e9af165 100644 --- a/BizHawk.Client.Common/BizHawk.Client.Common.csproj +++ b/BizHawk.Client.Common/BizHawk.Client.Common.csproj @@ -38,9 +38,9 @@ ..\ICSharpCode.SharpZipLib.dll - + False - ..\LuaInterface.dll + ..\output\dll\LuaInterface.dll ..\Newtonsoft.Json.dll diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 2aa1fc873d..aed1513d10 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -69,9 +69,9 @@ ..\ICSharpCode.SharpZipLib.dll - + False - ..\LuaInterface.dll + ..\output\dll\LuaInterface.dll diff --git a/LuaInterface.dll b/output/dll/LuaInterface.dll similarity index 100% rename from LuaInterface.dll rename to output/dll/LuaInterface.dll diff --git a/BizHawk.Client.EmuHawk/lua51.dll b/output/dll/lua51.dll similarity index 100% rename from BizHawk.Client.EmuHawk/lua51.dll rename to output/dll/lua51.dll