From 14ae31dfbf9c1f0a54939005c99f7f9a3f4c2f21 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 4 Mar 2012 03:15:03 +0000 Subject: [PATCH] vs wants to manage copying of lua51.dll itself as a dependency of LuaInterface.dll, and thats why it keeps deleting it sometimes when cleaning it. so move the lua51.dll alongside LuaInterface.dll and let it do the copying --- BizHawk.MultiClient/{output => }/lua51.dll | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename BizHawk.MultiClient/{output => }/lua51.dll (100%) diff --git a/BizHawk.MultiClient/output/lua51.dll b/BizHawk.MultiClient/lua51.dll similarity index 100% rename from BizHawk.MultiClient/output/lua51.dll rename to BizHawk.MultiClient/lua51.dll