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: Hiroyuki Senshu
Subject: Re: lynx-dev Re: Lynx .IDE file for Borland C ++
Date: Sun, 09 Jan 2000 21:35:38 +0900

Mike Bledig wrote:
>Hi,
>
>You wrote in your message:
>> I remembered an important point.
>> 
>> LYNX for WIN32 moves with "multi thread model".
>> 
>> Because of that, all library must cope with "multi thread model". It
>> is important to make it bcc32 -tWM ... and to compile it.
>How do I do that? Do I need to modify all of the source code files of 
>the zlib.lib and pdcurses.lib?  or is there a command line switch I 
>can use in compiling?
>

You should do it actually:
   "-tWM" option is added, and pdcurses.lib and zlib.lib are built again.

Add "-tWM" option to CFLAGS in Makefile concretely, and do make.

--
Shonai College of Industry and Technology.
Electronics and Computer Infomation Course.
E-mail: address@hidden

reply via email to

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