https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc64_20230615.zip
go64.bat
- Code: Select all Expand view
- set bcc=bcc7164
set path=c:\%bcc%\bin
set HB_USER_CFLAGS=-Ic:\%bcc%\INCLUDE\windows\crtl -Ic:\%bcc%\INCLUDE\windows\sdk -Lc:\%bcc%\LIB
set HB_USER_LDFLAGS=-Lc:\%bcc%\LIB;c:\%bcc%\LIB\psdk
c:\harbour\bin\win\bcc64\hbmk2.exe test.hbp -comp=bcc64
test.hbp
- Code: Select all Expand view
- test.prg
-optim-
-ldflag+=-aa
-Ic:\fwh64\include
-Lc:\fwh64\lib
-lfive64
-lfivec64
hbct.hbc
xhb.hbc
hbziparc.hbc
test.prg
- Code: Select all Expand view
- #include "FiveWin.ch"
function Main()
MsgInfo( hb_compiler() )
return nil
Included in next FWH build, "makes" folder, file hbmk2_bcc64.zip