FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Rebuild FiveHC32
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
Rebuild FiveHC32
Posted: Fri Nov 09, 2012 05:10 PM

Hi Antonio,
I need to rebuild FivehC32 (I miss some functions), do you have any makefile?

Regards,
Roberto Parisi

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Rebuild FiveHC32
Posted: Fri Nov 09, 2012 07:01 PM

Roberto,

Are you using Borland, Microsoft or GNU ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
Re: Rebuild FiveHC32
Posted: Fri Nov 09, 2012 07:07 PM

I'm using MSVC.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Rebuild FiveHC32
Posted: Fri Nov 09, 2012 07:52 PM

Roberto,

Our FWH make file is quite complex. Also keep in mind that not all the C files are provided.

In case that you want to compile and store a C file in the lib then you can do:
echo -c -D__HARBOUR__ -D__FLAT__ $(LEGACY) -I$(HDIR)\include -I.\source\internal\include > tmp
echo -I"$(VCDIR)"\include -I.\include -I"$(SDKDIR)"\include /Gs20000 >> tmp
if exist "$(VCDIR)"\bin\cl.exe "$(VCDIR)"\bin\cl @tmp -Foobjhc32\$& $<
if exist "$(VCDIR)"\bin\lib.exe "$(VCDIR)"\bin\Lib lib\Fivehc32.lib /OUT:lib\Fivehc32.lib objhc32\$&.obj

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
Re: Rebuild FiveHC32
Posted: Sat Nov 10, 2012 11:53 AM

Ok, I rebuilt correctly (almost all files) FWH32 and FWHC32.

Thx,
Roberto Parisi

Continue the discussion