2017-03-14 11:28:54 -07:00
|
|
|
@echo off
|
2017-04-11 18:18:22 +01:00
|
|
|
|
|
|
|
echo cd pkg\msvc
|
2017-03-14 11:28:54 -07:00
|
|
|
cd pkg\msvc
|
2017-04-11 18:18:22 +01:00
|
|
|
|
|
|
|
rem echo "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
|
2017-03-14 11:28:54 -07:00
|
|
|
rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
|
2017-04-11 18:18:22 +01:00
|
|
|
|
|
|
|
echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
2017-03-14 11:28:54 -07:00
|
|
|
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
|
2017-04-11 18:18:22 +01:00
|
|
|
|
|
|
|
echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
|
|
|
|
call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64
|
|
|
|
|
2017-07-02 17:50:26 +01:00
|
|
|
echo move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
|
|
|
|
move x64\Debug\RetroArch-msvc2010.exe ..\..\retroarch.exe
|
2017-04-11 18:18:22 +01:00
|
|
|
|
2017-07-02 17:50:26 +01:00
|
|
|
echo move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
|
|
|
|
move x64\Debug\RetroArch-msvc2010.exe.intermediate.manifest ..\..\retroarch.exe.manifest
|
2017-04-11 18:18:22 +01:00
|
|
|
|
2017-03-14 11:28:54 -07:00
|
|
|
echo Build finished.
|