Visual Studio Projects: Fix typo in library version check (Roberto Sancho Villa)

This commit is contained in:
Mark Pizzolato 2017-12-18 13:52:23 -08:00
parent bdddcb4004
commit 74a80c34bd

View file

@ -201,7 +201,7 @@ if %_VC_VER% GEQ 14 goto _check_new_library
if %_LIB_VC_VER% LSS 14 goto _done_library if %_LIB_VC_VER% LSS 14 goto _done_library
goto _setup_library goto _setup_library
:_check_new_library :_check_new_library
if %_LIB_VC_VER% GEQ 14 godo _done_library if %_LIB_VC_VER% GEQ 14 goto _done_library
:_setup_library :_setup_library
if %_VC_VER% LSS 14 set _VCLIB_DIR_=vstudio 2008 if %_VC_VER% LSS 14 set _VCLIB_DIR_=vstudio 2008
if %_VC_VER% GEQ 14 set _VCLIB_DIR_=vstudio if %_VC_VER% GEQ 14 set _VCLIB_DIR_=vstudio