Using hbmk2 to build mod_harbour !!!

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42739
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 105 times
Been thanked: 108 times
Contact:

Using hbmk2 to build mod_harbour !!!

Post by Antonio Linares »

modharbour.hbp

Code: Select all | Expand

-hbdynvm-olibharbour-L..\..\lib\win\msvc64-l-hbfship-l-hbxppapache.prghbcurl.hbchbwin.hbchbhpdf.hbcxhb.hbchbct.hbc


run it this way:
go64.bat

Code: Select all | Expand

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64c:\harbour\bin\win\msvc64\hbmk2 modharbour.hbp -comp=msvc64 -trace


Harbour should have been built this way:
go64.bat

Code: Select all | Expand

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64set HB_BUILD_MODE=cset HB_USER_PRGFLAGS=-l-set HB_BUILD_CONTRIBS=yesset HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeset HB_WITH_CURL=c:\curl\includedel .\src\common\obj\win\msvc64\hbver.objdel .\src\common\obj\win\msvc64\hbver_dyn.objdel .\src\common\obj\win\msvc\hbverdsp.objwin-make.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42739
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 105 times
Been thanked: 108 times
Contact:

Re: Using hbmk2 to build mod_harbour !!!

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply