diff options
author | Littleboy | 2016-09-23 22:38:17 -0400 |
---|---|---|
committer | Littleboy | 2016-09-23 22:38:17 -0400 |
commit | 42d8a82c437ef041dd436768ffc058fe6b8e1894 (patch) | |
tree | 5ba0a1ca2bb1c070603997c3c527ac41ab1deb57 /devtools/create_project | |
parent | e34960f633ff771d7d404698019cec57d5a8b507 (diff) | |
download | scummvm-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/create_project')
-rw-r--r-- | devtools/create_project/msvc14/create_project.vcxproj | 2 |
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> |