Page 1 of 1

New Harbour 64 bits for Visual Studio Community 2019

Posted: Wed May 08, 2019 7:53 am
by Antonio Linares
Download it from here:
https://github.com/FiveTechSoft/harbour ... 190508.zip

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

https://github.com/FiveTechSoft/harbour ... -Win32.zip
https://github.com/FiveTechSoft/harbour ... 2-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

# 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

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
SET HB_WITH_CURL=c:\curl\include
HB_BUILD_MODE=c
win-make.exe