From d0a01f449bdf0de00c0c3ed5d9476d1500c59380 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Mon, 9 Feb 2009 15:31:00 +0000 Subject: [PATCH] Last commit: Typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2175 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/DolphinWX.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index 9298c05073..80a3c0b635 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -130,7 +130,7 @@ Name="VCPostBuildEventTool" Description="Copying Data\* to $(TargetDir)" CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /q /d echo Copying External .dlls xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /s /e /q /d xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /s /e /q /d xcopy "$(SolutionDir)..\Externals\WiiUse\Win32\*.dll" "$(TargetDir)" /s /e /q /d " - ExcludedFromBuild="true" + ExcludedFromBuild="false" />