[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Porting Lua to Windows Mobile Professional 6.5.3
- From: Marc Balmer <marc@...>
- Date: Thu, 02 Jun 2011 11:07:10 +0200
Am 02.06.2011 11:01, schrieb Rebel Neurofog:
http://www.gnu.org/software/gnulib/ - I suppose this may be helpful
This isn't actually a library but pieces of code to be put into one's
project for fallback-functions in non-GNU systems.
E. g. asprintf () is a non-POSIX function but you may put it's implementation
inside your code for windows builds and just continue using it.
Thank you for this hint. I should have mentioned that GPL/LGPL code is
not acceptable for this project; GPL not due the viral character of the
license and LGPL is not acceptable due to the condition that an end user
must be able to link against newer versions of a library.
So it must be public domain, MIT, ISC, or BSD style licensed...