Mercurial > hg > index.cgi
diff docs/lwcc.txt @ 187:4e12d881df85
Added blurb about lwcc
author | lost@l-w.ca |
---|---|
date | Sat, 24 Dec 2011 12:20:43 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/lwcc.txt Sat Dec 24 12:20:43 2011 -0700 @@ -0,0 +1,10 @@ +lwcc is based on the PCC compiler code. However, the code has been +substantially modified to elminate autoconf, automake, and support for +targets not supported by lwtools. + +In addition, many parts have been substantially rewritten to match the +lwtools code style or generally improve readability. + +Some source files are substantially similar to the same files from PCC and +retain the original PCC license. Others, containing original or rewritten +code are licensed under the same license as the rest of lwtools.