Re: [lwip-users] pbuf as a separate library.

2018-06-11 Thread goldsi...@gmx.de
On 07.06.2018 13:38, Wolcendorf, Marcin wrote: Did you consider making pbuf a separate library? No, not yet. But it's an interesting idea... I would like to use it in a project, that has 2 builds – one with LwIP, one without. ATM I would have to link LwIP in each case, which to me does not m

[lwip-users] pbuf as a separate library.

2018-06-07 Thread Wolcendorf, Marcin
Hello Everyone, Did you consider making pbuf a separate library? I would like to use it in a project, that has 2 builds – one with LwIP, one without. ATM I would have to link LwIP in each case, which to me does not make much sense. If I wanted to do it – how much work, do you think, would it be?