aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/msvc15
diff options
context:
space:
mode:
authorSupSuper2018-11-17 03:23:10 +0000
committerDavid Turner2018-11-17 04:18:59 +0000
commit8ac1292969b0ed6538364032200279356f799cba (patch)
tree3bde9634e7901821ce1c25686959ba4f62eb2c22 /devtools/create_project/msvc15
parentac5122060fe4f983a1596ec3b387a8bae6c9c8eb (diff)
downloadscummvm-rg350-8ac1292969b0ed6538364032200279356f799cba.tar.gz
scummvm-rg350-8ac1292969b0ed6538364032200279356f799cba.tar.bz2
scummvm-rg350-8ac1292969b0ed6538364032200279356f799cba.zip
CREATE_PROJECT: Remove non-existent msvc8 from build steps
Diffstat (limited to 'devtools/create_project/msvc15')
-rw-r--r--devtools/create_project/msvc15/create_project.vcxproj4
1 files changed, 1 insertions, 3 deletions
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 @@
</Link>
<PostBuildEvent>
<Command>@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\"</Command>
</PostBuildEvent>
@@ -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\"</Command>
</PostBuildEvent>