From 8ac1292969b0ed6538364032200279356f799cba Mon Sep 17 00:00:00 2001 From: SupSuper Date: Sat, 17 Nov 2018 03:23:10 +0000 Subject: CREATE_PROJECT: Remove non-existent msvc8 from build steps --- devtools/create_project/msvc15/create_project.vcxproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devtools/create_project/msvc15') diff --git a/devtools/create_project/msvc15/create_project.vcxproj b/devtools/create_project/msvc15/create_project.vcxproj index 1a2f31fe66..24e579facf 100644 --- a/devtools/create_project/msvc15/create_project.vcxproj +++ b/devtools/create_project/msvc15/create_project.vcxproj @@ -87,13 +87,12 @@ @echo off -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc15\" +xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc15\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc14\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc12\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc8\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\" @@ -184,7 +183,6 @@ xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc12\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc11\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc10\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc9\" -xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\msvc8\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\codeblocks\" xcopy /Y "$(TargetPath)" "$(SolutionDir)\..\..\..\dists\iphone\" -- cgit v1.2.3