From 950f86add1e03095c92b9dc3bc444eb260fcbdab Mon Sep 17 00:00:00 2001 From: spx Date: Sat, 24 Nov 2012 12:48:06 +0900 Subject: [PATCH] Application: Fixed typo --- Application/Application.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Application.vcxproj b/Application/Application.vcxproj index 51ca918a..977de9c9 100644 --- a/Application/Application.vcxproj +++ b/Application/Application.vcxproj @@ -106,7 +106,7 @@ mkdir ..\testbench\x32\debug\Skins if not exist ..\testbench\x32\debug\Layouts (mkdir ..\testbench\x32\debug\Layouts) echo "Copying skins..." xcopy /Q /S /Y ..\Build\Skins ..\testbench\x32\debug\Skins -xcopy /Q /S /Y ..\Build\Themes ..\testbench\x32\debug\Layoutss +xcopy /Q /S /Y ..\Build\Themes ..\testbench\x32\debug\Layouts :skip