diff --git a/retroarch-build-msvc2010-x64.bat b/retroarch-build-msvc2010-x64.bat index fa73c8ba..b15d18e1 100644 --- a/retroarch-build-msvc2010-x64.bat +++ b/retroarch-build-msvc2010-x64.bat @@ -1,18 +1,21 @@ @echo off + +echo cd pkg\msvc cd pkg\msvc -echo Setting MSVC Environment... + +rem echo "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 + +echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 -rem del x64\Release\RetroArch-msvc2010.exe 2>nul -echo Appending build log... -echo %date% %time% >buildlog.txt -set platform= -set PLATFORM= -set tmp= -set TMP= -echo Building RetroArch... + +echo msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64 /flp:LogFile=buildlog.txt;verbosity=normal;Append call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=x64 /flp:LogFile=buildlog.txt;verbosity=normal;Append -echo Moving dist files... + +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 Build finished. diff --git a/retroarch-build-msvc2010-x86.bat b/retroarch-build-msvc2010-x86.bat index fe873a86..ad310a81 100644 --- a/retroarch-build-msvc2010-x86.bat +++ b/retroarch-build-msvc2010-x86.bat @@ -1,18 +1,18 @@ @echo off + +echo cd pkg\msvc cd pkg\msvc -echo Setting MSVC Environment... + +echo "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 -rem del Release\RetroArch-msvc2010.exe 2>nul -echo Appending build log... -echo %date% %time% >buildlog.txt -set platform= -set PLATFORM= -set tmp= -set TMP= -echo Building RetroArch... -call msbuild RetroArch-msvc2010.sln /p:configuration=Release;platform=win32 /flp:LogFile=buildlog.txt;verbosity=normal;Append -echo Moving dist files... +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.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 97eef3a3..03e2f936 100644 --- a/retroarch-debug-build-msvc2010-x64.bat +++ b/retroarch-debug-build-msvc2010-x64.bat @@ -1,18 +1,21 @@ @echo off + +echo cd pkg\msvc cd pkg\msvc -echo Setting MSVC Environment... + +rem echo "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 + +echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 -rem del x64\Debug\RetroArch-msvc2010.exe 2>nul -echo Appending build log... -echo %date% %time% >buildlog.txt -set platform= -set PLATFORM= -set tmp= -set TMP= -echo Building RetroArch... -call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=x64 /flp:LogFile=buildlog.txt;verbosity=normal;Append -echo Moving dist files... + +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.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 c31f795f..708996b5 100644 --- a/retroarch-debug-build-msvc2010-x86.bat +++ b/retroarch-debug-build-msvc2010-x86.bat @@ -1,18 +1,17 @@ @echo off + +echo cd pkg\msvc cd pkg\msvc -echo Setting MSVC Environment... + +echo "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 -rem del Debug\RetroArch-msvc2010.exe 2>nul -echo Appending build log... -echo %date% %time% >buildlog.txt -set platform= -set PLATFORM= -set tmp= -set TMP= -echo Building RetroArch... +echo msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32 /flp:LogFile=buildlog.txt;verbosity=normal;Append call msbuild RetroArch-msvc2010.sln /p:configuration=Debug;platform=win32 /flp:LogFile=buildlog.txt;verbosity=normal;Append -echo Moving dist files... + +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 Build finished.