RE: RE: [Harbour] Compile tests with OpenWatcom.

2009-01-12 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Przemyslaw Czerpak [mailto:dru...@acn.waw.pl] >Sent: Friday, January 09, 2009 6:03 PM >To: Harbour Project Main Developer List. >Subject: Re: RE: [Harbour] Compile tests with OpenWatcom. ... >Do not change it but use hbmk.bat to compile and l

Re: RE: [Harbour] Compile tests with OpenWatcom.

2009-01-09 Thread Przemyslaw Czerpak
On Fri, 09 Jan 2009, Horodyski Marek (PZUZ) wrote: > >You are using some old build scripts which probably creates > >.lnk file for OpenWatcom using sth like: > > echo LIB %HB_LIB_INSTALL%\hbdebug.lib >> _hb_mk.tmp and > >because you do not have HB_LIB_INSTALL envvar then library > >paths po

RE: [Harbour] Compile tests with OpenWatcom.

2009-01-09 Thread Horodyski Marek (PZUZ)
>You are using some old build scripts which probably creates >.lnk file for OpenWatcom using sth like: > echo LIB %HB_LIB_INSTALL%\hbdebug.lib >> _hb_mk.tmp and >because you do not have HB_LIB_INSTALL envvar then library >paths points to \ directory. >Use current hbmk.bat from Harbour repos

Re: [Harbour] Compile tests with OpenWatcom.

2009-01-09 Thread Przemyslaw Czerpak
On Thu, 08 Jan 2009, Horodyski Marek (PZUZ) wrote: Hi Marek, > I try work with OpenWacom 1.7 on Win32. > Positively create Harbor.exe (with a few errors in WVGWIN, thaks to > Massimo). > I have all libraries (lib files in folder C:\harbour\lib\w32\owatcom\.). If you set, HB_BIN_INSTALL, HB_INC_I

Re: [Harbour] Compile tests with OpenWatcom.

2009-01-08 Thread Petr Chornyj
Horodyski Marek (PZUZ) wrote: > > I have all libraries (lib files in folder C:\harbour\lib\w32\owatcom\.). > > Just try add one line in hbmk.bat echo FILE %_HB_PRG_NAME%.obj >> _hb_mk.tmp ==> echo LIBP C:\harbour\lib\w32\owatcom >> _hb_mk.tmp echo LIB hbcpage.lib >> _hb_mk.t