News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

/LIBPATH for POLIB

Started by Romashka, June 21, 2009, 10:20:47 PM

Previous topic - Next topic

Romashka

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?

Romashka

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.

Pelle

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...
/Pelle