]> FriiDump Source - friidump.git/blob - build_msvc32_xbox_portable_tests.cmd
FriiDump 0.5.3.16: finalize release identity and documentation
[friidump.git] / build_msvc32_xbox_portable_tests.cmd
1 @echo off
2 setlocal EnableExtensions
3 cd /d "%~dp0"
4
5 if not exist "build-msvc32" mkdir "build-msvc32"
6
7 call "%~dp0.vscode\msvc32.cmd" cl @"%~dp0msvc32_xbox_portable_tests.rsp"
8 if errorlevel 1 exit /b %ERRORLEVEL%
9
10 "%~dp0friidump-xbox-portable-metadata-test.exe"
11 if errorlevel 1 exit /b %ERRORLEVEL%
12
13 echo MSVC XBOX PORTABLE METADATA CONTRACT: PASS
14 exit /b 0