Built it this way:
git clone https://github.com/harbour/core harbour
Download these:
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/OpenSSL-Win32.zip
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/curl-7.54.0-win32-mingw.7z
go.bat
- Code: Select all Expand view
- set path=c:\bcc7\bin
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
set HB_WITH_CURL=c:\curl\include
set HB_USER_CFLAGS=-DHB_USE_PROFILER
win-make.exe