On Mon, 27 Apr 2020, Brent Ufkes via curl-library wrote:
I am struggling a bit with getting the tests to work with my custom built
curl.exe. I am currently building for Windows, so my dev steps go as
follows;
I don't build or develop on Windows myself, but the existing CI jobs that
build on
Hey there,
I am struggling a bit with getting the tests to work with my custom built
curl.exe. I am currently building for Windows, so my dev steps go as
follows;
1. buildconf.bat
2. cd /winbuild/
3. nmake /f Makefile.vc
4. cd /tests
If you compare this to Linux, Linux has the built in "m