Hy, i try to compile the agent with VS 2013, but i am not able to do that because of so many errors.
The file
Makefile.msvc.names
is missing in
\External_Deps\curl-7.53.1\winbuild
so the OCS_Make_Required_Libs.bat will fail
I have to copy the Makefile.msvc.names
from an old curl-83.40.2
after copying this file to the winbuild directory
(C:\WindowsAgent-2.3\External_Deps\curl-7.53.1\winbuild)
the OCS_Make_Required_Libs.bat completes with success
i also have to set the path in the OCS_Make_Requiered_libs.bat to
set CURL_PATH=C:\WindowsAgent-2.3\External_Deps\curl-7.53.1\src
instead of
set CURL_PATH=C:\WindowsAgent-2.3\External_Deps\curl-7.53.1
Just for your information -perhaps you can add this information to the readme file
Kind regards