[Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-09 Thread Massimo Belgrano
How can I make Hbmk.exe, hblnk.exe, hbcc.exe with harbour/bcc? Massimo Belgrano ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-10 Thread Teo Fonrouge
On Wednesday 09 April 2008 07:20:00 am Massimo Belgrano wrote: > How can I make Hbmk.exe, hblnk.exe, hbcc.exe with harbour/bcc? You can't without a scripting capable shell (like bash, sh, etc). If you want to use those tools on windows, you need to build harbour under cygwin, or MinGW/MSYS shell

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-10 Thread Przemyslaw Czerpak
On Wed, 09 Apr 2008, Massimo Belgrano wrote: > How can I make Hbmk.exe, hblnk.exe, hbcc.exe with harbour/bcc? hb* tools are BASH scripts and are supported only on platforms where bash is available and now they can work only with GCC based compilers. For BCC you will need new tool. But it should no

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-12 Thread Massimo Belgrano
Can i use http://win-bash.sourceforge.net/ ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw Czerpak Sent: Thursday, April 10, 2008 2:56 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] How Hbmk, hblnk, hbcc with bcc On Wed

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Massimo Belgrano
Where is source of hb* tools? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Przemyslaw Czerpak Sent: Thursday, April 10, 2008 2:56 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] How Hbmk, hblnk, hbcc with bcc On Wed, 09 Apr 2008

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Alex Strickland
Massimo Belgrano wrote: Where is source of hb* tools? They are script files, they are not compiled, so you must look inside them to see the source. They are not hard to understand, but you may need a bash reference: http://www.gnu.org/software/bash/manual/bashref.html. They will not run u

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Massimo Belgrano
Can i use http://win-bash.sourceforge.net/ ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Strickland Sent: Tuesday, April 29, 2008 2:25 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] How Hbmk, hblnk, hbcc with bcc Massimo

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Alex Strickland
Massimo Belgrano wrote: Can i use http://win-bash.sourceforge.net/ ? I am no expert in this area, although I built a MinGW version of Harbour for myself a couple of years ago. So, IMHO, you must rather install MinGW which includes other tools that you will need - such as make and gcc, and i

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Massimo Belgrano
bour] How Hbmk, hblnk, hbcc with bcc Massimo Belgrano wrote: > Can i use http://win-bash.sourceforge.net/ ? I am no expert in this area, although I built a MinGW version of Harbour for myself a couple of years ago. So, IMHO, you must rather install MinGW which includes other tools that you wi

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Massimo Belgrano
] How Hbmk, hblnk, hbcc with bcc Massimo Belgrano wrote: > Can i use http://win-bash.sourceforge.net/ ? I am no expert in this area, although I built a MinGW version of Harbour for myself a couple of years ago. So, IMHO, you must rather install MinGW which includes other tools that you will n

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Alex Strickland
Massimo Belgrano wrote: Is source of hb* tools located in \harbour\bin\hb-func.sh and \harbour\bin\hb-mkslib.sh I also cannot find the scripts in my local SVN repository, perhaps they have been accidentally removed. Regards Alex ___ Harbour maili

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Przemyslaw Czerpak
On Tue, 29 Apr 2008, Alex Strickland wrote: > Massimo Belgrano wrote: > >Is source of hb* tools located in \harbour\bin\hb-func.sh and > >\harbour\bin\hb-mkslib.sh > I also cannot find the scripts in my local SVN repository, perhaps > they have been accidentally removed. They are created automat

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-04-29 Thread Massimo Belgrano
, hblnk, hbcc with bcc On Tue, 29 Apr 2008, Alex Strickland wrote: > Massimo Belgrano wrote: > >Is source of hb* tools located in \harbour\bin\hb-func.sh and > >\harbour\bin\hb-mkslib.sh > I also cannot find the scripts in my local SVN repository, perhaps > they have been accide

RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-05-14 Thread Massimo Belgrano
On Tue, 29 Apr 2008, Alex Strickland wrote: >> Massimo Belgrano wrote: >> >Is source of hb* tools located in \harbour\bin\hb-func.sh and >> >\harbour\bin\hb-mkslib.sh >> I also cannot find the scripts in my local SVN repository, perhaps >> they have been accidentally removed. >They are created au

Re: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-06-09 Thread ABIX - Adam Jurkiewicz
Dnia poniedziaƂek, 9 czerwca 2008, Massimo Belgrano napisaƂ: > http://lists.harbour-project.org/pipermail/harbour-users/2008-June/0 > 1.html Done, I've answered. Best Regards, Adam -- ABIX - Linuksowe Systemy Wspomagania Biznesu | http://www.abix.info.pl Skype : abix_adamj | Gadu-Gadu : 302

Re: RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-05-14 Thread Przemyslaw Czerpak
On Wed, 14 May 2008, Massimo Belgrano wrote: Hi Massimo, > >Anyhow for real multiplatform support I suggest to rewrite > >them from scratch in C. I think that it will be good to add > >to linker wrapper also support RTLINK, BLINKER and EXOSPACE > >.lnk files so it will be possible to use original

RE: RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-06-09 Thread Massimo Belgrano
, hblnk, hbcc with bcc On Wed, 14 May 2008, Massimo Belgrano wrote: Hi Massimo, > >Anyhow for real multiplatform support I suggest to rewrite > >them from scratch in C. I think that it will be good to add > >to linker wrapper also support RTLINK, BLINKER and EXOSPACE > >

RE: RE: [Harbour] How Hbmk, hblnk, hbcc with bcc

2008-06-09 Thread Massimo Belgrano
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Massimo Belgrano Sent: Monday, June 09, 2008 2:57 PM To: Harbour Project Main Developer List. Subject: RE: RE: [Harbour] How Hbmk, hblnk, hbcc with bcc please Przemek start the base version as prg so I/we can continue it. -Original