New Harbour 64 bits for Visual Studio Community 2019

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42716
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 93 times
Been thanked: 103 times
Contact:

New Harbour 64 bits for Visual Studio Community 2019

Post by Antonio Linares »

Download it from here:
https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_msvc64_20190508.zip

Built it this way:
git clone https://github.com/harbour/core harbour

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

In order to force C mode (and not C++) for the contribs libs, this change is required in contrib/hbpre.hbm

Code: Select all | Expand

# Copyright 2010 Viktor Szakats (vszakats.net/harbour)# These may be overridden by local project options.-q0{HB_BUILD_VERBOSE}-quiet-{HB_BUILD_VERBOSE}-info{HB_BUILD_VERBOSE}-trace-exitstr{!HB_BUILD_DEBUG}-l#{(HB_BUILD_MODE='cpp')|(!HB_BUILD_MODE&allmsvc)}-cpp=yes#{HB_BUILD_MODE='c'}-cpp=no-cpp=no-warn=yes

go64.bat

Code: Select all | Expand

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64set HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeSET HB_WITH_CURL=c:\curl\includeHB_BUILD_MODE=cwin-make.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply