lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Re: Lynx .IDE file for Borland C ++


From: Mike Bledig
Subject: Re: lynx-dev Re: Lynx .IDE file for Borland C ++
Date: Tue, 4 Jan 2000 19:36:32 +0200

Ok I think I'm winning!

I had to make a little change to the makefile.bcb file.
 
the line that reads:
OBJ = ../obj

had to be changed to:
OBJ = obj

Also the line that reads:
ETC_LIB = ../curses

had to be changed to:
ETC_LIB = curses

Since I made those changes, it is finding the "zlib.lib", but it is now 
asking for a file "pdcurses.h" which can not be found.

does any one know where I can find this header file?

It doesn't seem to be in the pdcurses23.zip file I downloaded.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]