d:\github\hmge\SAMPLES\BASIC\EDIT>dir \github\hmge\minigui.ch /s/b
d:\github\hmge\Include\minigui.ch
ok.
quem não usa harbour não sabe, pessoal da hmg também não.
na pasta harbour\bin tem um minigui.hbc
é só renomear pra hbmk.hbcd:\github\hmge\SAMPLES\BASIC\EDIT>hbmk2 demo
hbmk2: Processing environment options: -comp=mingw
hbmk2: Processing configuration: d:\github\hmge\harbour\bin\hbmk.hbc
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'demo.prg'...
Lines 23550, Functions/Procedures 8
Generating C source output to 'C:\Users\jmcqu\AppData\Local\Temp\hbmk_c26pi3.dir\demo.c'... Done.
cc1.exe: error: CPU you selected does not support x86-64 instruction set
cc1.exe: error: CPU you selected does not support x86-64 instruction set
hbmk2: Error: Running C/C++ compiler. 1
gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -Id:/harbour/include -Id:/github/hmge/harbour/include -Id:/github/hmge/include -Id:/github/hmge/SAMPLES/BASIC/EDIT C:/Users/jmcqu/AppData/Local/Temp/hbmk_c26pi3.dir/demo.c C:/Users/jmcqu/AppData/Local/Temp/hbmk_rl2ifw.c
ok, meu default na minha máquina é MINGW, alterar pra bccd:\github\hmge\SAMPLES\BASIC\EDIT>set HB_COMPILER=bcc
d:\github\hmge\SAMPLES\BASIC\EDIT>hbmk2 demo
hbmk2: Processing environment options: -comp=bcc
hbmk2: Processing configuration: d:\github\hmge\harbour\bin\hbmk.hbc
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'demo.prg'...
Lines 23550, Functions/Procedures 8
Generating C source output to 'C:\Users\jmcqu\AppData\Local\Temp\hbmk_7226on.dir\demo.c'... Done.
C:\Users\jmcqu\AppData\Local\Temp\hbmk_7226on.dir\demo.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Fatal: Unable to open file 'HBPRINTER.LIB'
hbmk2: Error: Running linker. 2
ilink32.exe @C:\Users\jmcqu\AppData\Local\Temp\s4psgs.lnk
ok, o minigui.hbc tá errado, afinal, só querem xharbour.
vamos ver.