From c878e07abafefdeb81fd06711724ae8fd77eff25 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 4 Jan 2014 20:44:19 +0000 Subject: [PATCH] quicknes: add post-build dll copy event --- quicknes/libquicknes/libquicknes.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quicknes/libquicknes/libquicknes.vcxproj b/quicknes/libquicknes/libquicknes.vcxproj index 1b2d084d71..ec45f35abc 100644 --- a/quicknes/libquicknes/libquicknes.vcxproj +++ b/quicknes/libquicknes/libquicknes.vcxproj @@ -90,6 +90,9 @@ true + + copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\..\output\dll\$(TargetFileName) + @@ -106,6 +109,9 @@ true true + + copy /y $(TargetDir)$(TargetFileName) $(ProjectDir)..\..\output\dll\$(TargetFileName) +