Harbour for MinGW gcc 32 bits (2018/02/14)

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Harbour for MinGW gcc 32 bits (2018/02/14)

Post by Antonio Linares »

https://bitbucket.org/fivetech/harbour- ... 180214.zip

built using this batch file

gog.bat

Code: Select all

set PATH=C:\mingw\bin;%PATH%
set HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
set HB_WITH_CURL=c:\curl\include
win-make
OpenSSL:
https://bitbucket.org/fivetech/harbour- ... -Win32.zip
Curl:
https://bitbucket.org/fivetech/harbour- ... 2-mingw.7z

MinGW gcc downloaded from http://www.mingw.org
gcc (MinGW.org GCC-6.3.0-1) 6.3.0
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply