aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorLittleboy2016-09-23 22:38:17 -0400
committerLittleboy2016-09-23 22:38:17 -0400
commit42d8a82c437ef041dd436768ffc058fe6b8e1894 (patch)
tree5ba0a1ca2bb1c070603997c3c527ac41ab1deb57 /devtools
parente34960f633ff771d7d404698019cec57d5a8b507 (diff)
downloadscummvm-rg350-42d8a82c437ef041dd436768ffc058fe6b8e1894.tar.gz
scummvm-rg350-42d8a82c437ef041dd436768ffc058fe6b8e1894.tar.bz2
scummvm-rg350-42d8a82c437ef041dd436768ffc058fe6b8e1894.zip
CREATE_PROJECT: Do not copy into non-existent msvc8 dist folder
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/msvc14/create_project.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/devtools/create_project/msvc14/create_project.vcxproj b/devtools/create_project/msvc14/create_project.vcxproj
index 839c834bb8..53246d0a67 100644
--- a/devtools/create_project/msvc14/create_project.vcxproj
+++ b/devtools/create_project/msvc14/create_project.vcxproj
@@ -119,7 +119,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>
@@ -149,7 +148,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>