From e5d2526949a06b21f663ca38c1bf33658d03f2a0 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 2 Jul 2017 17:50:26 +0100 Subject: [PATCH] msvc2010: use backslashes in batch files --- retroarch-build-msvc2010-x64.bat | 8 ++++---- retroarch-build-msvc2010-x86.bat | 8 ++++---- retroarch-debug-build-msvc2010-x64.bat | 8 ++++---- retroarch-debug-build-msvc2010-x86.bat | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/retroarch-build-msvc2010-x64.bat b/retroarch-build-msvc2010-x64.bat index 866b4d0a..afacfe22 100644 --- a/retroarch-build-msvc2010-x64.bat +++ b/retroarch-build-msvc2010-x64.bat @@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64 call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64 -echo move x64\Release\RetroArch-msvc2010.exe ../../retroarch.exe -move x64\Release\RetroArch-msvc2010.exe ../../retroarch.exe +echo move x64\Release\RetroArch-msvc2010.exe ..\..\retroarch.exe +move x64\Release\RetroArch-msvc2010.exe ..\..\retroarch.exe -echo move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest -move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest +echo move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest +move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest echo Build finished. diff --git a/retroarch-build-msvc2010-x86.bat b/retroarch-build-msvc2010-x86.bat index ad310a81..156c0253 100644 --- a/retroarch-build-msvc2010-x86.bat +++ b/retroarch-build-msvc2010-x86.bat @@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32 call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32 -echo move Release\RetroArch-msvc2010.exe ../../retroarch.exe -move Release\RetroArch-msvc2010.exe ../../retroarch.exe +echo move Release\RetroArch-msvc2010.exe ..\..\retroarch.exe +move Release\RetroArch-msvc2010.exe ..\..\retroarch.exe -echo move Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest -move Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest +echo move Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest +move Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest echo Build finished. diff --git a/retroarch-debug-build-msvc2010-x64.bat b/retroarch-debug-build-msvc2010-x64.bat index 03e2f936..48b6be14 100644 --- a/retroarch-debug-build-msvc2010-x64.bat +++ b/retroarch-debug-build-msvc2010-x64.bat @@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64 call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64 -echo move x64\Debug\RetroArch-msvc2010.exe ../../retroarch.exe -move x64\Debug\RetroArch-msvc2010.exe ../../retroarch.exe +echo move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe +move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe -echo move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest -move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest +echo move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest +move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest echo Build finished. diff --git a/retroarch-debug-build-msvc2010-x86.bat b/retroarch-debug-build-msvc2010-x86.bat index e97c4a22..affe382a 100644 --- a/retroarch-debug-build-msvc2010-x86.bat +++ b/retroarch-debug-build-msvc2010-x86.bat @@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32 call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32 -echo move Debug\RetroArch-msvc2010.exe ../../retroarch.exe -move Debug\RetroArch-msvc2010.exe ../../retroarch.exe +echo move Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe +move Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe -echo move Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest -move Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest +echo move Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest +move Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest echo Build finished.