Vou deixar registrado o que eu fiz pois poderá ajudar outros.
1) Baixei o mingw64: https://winlibs.com/ Instalei o mingw64 descompatando:
Código: Selecionar todos
C:\mingw642) Baixei o git: https://git-scm.com/downloads/win Instalei o git
3) Baixei o UPX: https://github.com/upx/upx/releases/tag/v4.2.4 Instalei o UPX descompatando:
Código: Selecionar todos
C:\UPX4) Adicionei no PATH:
Código: Selecionar todos
set PATH=C:\upx;C:\hb\bin;C:\mingw64\bin;%PATH%5) Determinei local:
Código: Selecionar todos
set HB_INSTALL_PREFIX=C:\hb6) Baixei os fontes:
Código: Selecionar todos
git clone https://github.com/harbour/core.git C:\harbour-coreCódigo: Selecionar todos
CD \harbour-core8) Executei o MAKE:
Código: Selecionar todos
win-make installCódigo: Selecionar todos
C:\harbour-core>win-make install
! Building Harbour 3.2.0dev from source - https://harbour.github.io
! MAKE: win-make 4.1 sh.exe install
! HB_INSTALL_PREFIX: C:\hb
! HB_HOST_PLAT: win (x86_64) HB_SHELL: nt
! HB_PLATFORM: win (x86_64) (auto-detected)
! HB_COMPILER: mingw64 (auto-detected: C:/mingw64/bin/)
! Component: 'zlib' found in C:/harbour-core/src/3rd/zlib (local)
! Component: 'pcre' found in C:/harbour-core/src/3rd/pcre (local)
! Component: 'gpm' not supported on win platform
! Component: 'slang' not found. Configure with HB_WITH_SLANG.
! Component: 'curses' not found. Configure with HB_WITH_CURSES.
! Component: 'x11' not found. Configure with HB_WITH_X11.
! Component: 'wattcp/watt-32' not supported on win platform
! GIT_REVISION: 4ae51516c2
...

