You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if not defined Platform set Platform=%VSCMD_ARG_TGT_ARCH%
if not defined Platform (
echo The environment variable [Platform] is not set!
exit
)
if "%Platform%" == "x64" set LIB=%msvcr14x_ROOT%\x64\Release;%msvcr14x_ROOT%\x64\Debug;%msvcr14x_ROOT%\x64\AnsiRelease;%msvcr14x_ROOT%\x64\AnsiDebug;%LIB%
if "%Platform%" == "x86" set LIB=%msvcr14x_ROOT%\Release;%msvcr14x_ROOT%\Debug;%msvcr14x_ROOT%\AnsiRelease;%msvcr14x_ROOT%\AnsiDebug;%LIB%