Pelles C forum

Pelles C => Feature requests => Topic started by: Romashka on June 21, 2009, 10:20:47 PM

Title: /LIBPATH for POLIB
Post by: Romashka on June 21, 2009, 10:20:47 PM
In past 2 days I wrote a simple make replacement with support for multiple compilers, and one of the difficulties I had with Pelles C is that POLIB does not have /LIBPATH option like POLINK does.

Wouldn't it be hard to add it please?
Title: Re: /LIBPATH for POLIB
Post by: Romashka on June 24, 2009, 09:21:41 AM
Feel free to ignore this request. I realized that contrary to DLL building - all those .lib dependencies are not needed when building a static library anyway. So adding /libpath won't be really useful, probably.
Title: Re: /LIBPATH for POLIB
Post by: Pelle on July 02, 2009, 11:17:53 AM
Not terribly useful, but perhaps more consistent; MS LIB apparently has a /LIBPATH option, so maybe add to POLIB too. If it's just a matter of "stealing" the code from POLINK it should be easy, but I have to figure out if this is the case...