From 9ac5d7ecd514013502dfe951b3e6e85ac3d98fa2 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Wed, 20 Aug 2014 16:57:34 -0700 Subject: [PATCH] msvc: skip copying Data dir and precompiled dlls to Binary dir if they are already there (unless the source files are newer). Also fix a bug which was preventing DolphinWX/AfterBuild target from being completely skipped. --- Source/Core/DolphinWX/DolphinWX.vcxproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Source/Core/DolphinWX/DolphinWX.vcxproj b/Source/Core/DolphinWX/DolphinWX.vcxproj index 4f2b7cb0e0..c47e1e6a10 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcxproj +++ b/Source/Core/DolphinWX/DolphinWX.vcxproj @@ -218,11 +218,13 @@ - + - + - +