Skip to content

Commit e5d2526

Browse files
author
Brad Parker
committed
msvc2010: use backslashes in batch files
1 parent 86c9b97 commit e5d2526

4 files changed

+16
-16
lines changed

retroarch-build-msvc2010-x64.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
1212
echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64
1313
call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64
1414

15-
echo move x64\Release\RetroArch-msvc2010.exe ../../retroarch.exe
16-
move x64\Release\RetroArch-msvc2010.exe ../../retroarch.exe
15+
echo move x64\Release\RetroArch-msvc2010.exe ..\..\retroarch.exe
16+
move x64\Release\RetroArch-msvc2010.exe ..\..\retroarch.exe
1717

18-
echo move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
19-
move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
18+
echo move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
19+
move x64\Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
2020

2121
echo Build finished.

retroarch-build-msvc2010-x86.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
99
echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32
1010
call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32
1111

12-
echo move Release\RetroArch-msvc2010.exe ../../retroarch.exe
13-
move Release\RetroArch-msvc2010.exe ../../retroarch.exe
12+
echo move Release\RetroArch-msvc2010.exe ..\..\retroarch.exe
13+
move Release\RetroArch-msvc2010.exe ..\..\retroarch.exe
1414

15-
echo move Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
16-
move Release\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
15+
echo move Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
16+
move Release\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
1717

1818
echo Build finished.

retroarch-debug-build-msvc2010-x64.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
1212
echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
1313
call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
1414

15-
echo move x64\Debug\RetroArch-msvc2010.exe ../../retroarch.exe
16-
move x64\Debug\RetroArch-msvc2010.exe ../../retroarch.exe
15+
echo move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
16+
move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
1717

18-
echo move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
19-
move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
18+
echo move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
19+
move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
2020

2121
echo Build finished.

retroarch-debug-build-msvc2010-x86.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
99
echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32
1010
call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32
1111

12-
echo move Debug\RetroArch-msvc2010.exe ../../retroarch.exe
13-
move Debug\RetroArch-msvc2010.exe ../../retroarch.exe
12+
echo move Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
13+
move Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
1414

15-
echo move Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
16-
move Debug\RetroArch-msvc2010.exe.intermediate.manifest ../../retroarch.exe.manifest
15+
echo move Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
16+
move Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
1717

1818
echo Build finished.

0 commit comments

Comments
 (0)