File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
12
12
echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64
13
13
call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64
14
14
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
17
17
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
20
20
21
21
echo Build finished.
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
9
9
echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32
10
10
call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32
11
11
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
14
14
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
17
17
18
18
echo Build finished.
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
12
12
echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
13
13
call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
14
14
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
17
17
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
20
20
21
21
echo Build finished.
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
9
9
echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32
10
10
call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32
11
11
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
14
14
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
17
17
18
18
echo Build finished.
You can’t perform that action at this time.
0 commit comments