Building c:\harbour\contrib\hbzebra library

Building c:\harbour\contrib\hbzebra library

Postby Antonio Linares » Fri Mar 22, 2019 6:26 pm

cd c:\harbour\contrib\hbzebra

For bcc64

go.bat
Code: Select all  Expand view
for %%f in (*.c) do c:\bcc7164\bin\bcc64 -c -Ic:\harbour\include -Ic:\bcc7164\include\windows\crtl %%f
for %%f in (*.o) do c:\bcc7164\bin\tlib64 hbzebra.a -+ %%f


For MinGW64

go.bat
Code: Select all  Expand view
set path=c:\gcc81w64\bin;%path%
set HB_COMPILER=mingw64
hbmk2 hbzebra.hbp


For MinGW32

go.bat
Code: Select all  Expand view
set path=c:\gcc81\bin;%path%
set HB_COMPILER=mingw
hbmk2 hbzebra.hbp


For VS32

go.bat
Code: Select all  Expand view
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
hbmk2 hbzebra.hbp


For VS64

go.bat
Code: Select all  Expand view
call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
hbmk2 hbzebra.hbp


For xhb.com

hbzebra.def
Code: Select all  Expand view
LIBRARY hbzebra

EXPORTS
           dummy      @1


go.bat
Code: Select all  Expand view
c:\vc98\lib /DEF:hbzebra.def /OUT:hbzebra.lib
for %%f in (*.c) do c:\vc98\bin\cl -c -Ic:\harbour\include %%f
for %%f in (*.obj) do c:\vc98\bin\lib hbzebra.lib -+ %%f
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Return to Utilities / Utilidades

Who is online

Users browsing this forum: No registered users and 26 guests