Rebuild FiveHC32

Rebuild FiveHC32

Postby Roberto Parisi » Fri Nov 09, 2012 5:10 pm

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

Regards,
Roberto Parisi
Roberto Parisi
 
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Re: Rebuild FiveHC32

Postby Antonio Linares » Fri Nov 09, 2012 7:01 pm

Roberto,

Are you using Borland, Microsoft or GNU ?
regards, saludos

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

Re: Rebuild FiveHC32

Postby Roberto Parisi » Fri Nov 09, 2012 7:07 pm

I'm using MSVC.
Roberto Parisi
 
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Re: Rebuild FiveHC32

Postby Antonio Linares » Fri Nov 09, 2012 7: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41476
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Rebuild FiveHC32

Postby Roberto Parisi » Sat Nov 10, 2012 11:53 am

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

Thx,
Roberto Parisi
Roberto Parisi
 
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 23 guests