>-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
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
>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
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
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