Create tools directory

Users will need to "make distclean" to recompile from scratch since I've
moved a lot of the core build tools around.
This commit is contained in:
Ryan 2009-06-22 13:08:32 +02:00
parent 00d9b886c1
commit 115c4942db
189 changed files with 12 additions and 9 deletions

View File

@ -16,7 +16,11 @@ are:
snippit. It is copyrighted 2007 by Steven Levithan and released under an
MIT license.
- WAF build system. Copyrighted Thomas Nagy. Released under an MIT license.
- WAF build system, located at tools/waf. Copyrighted Thomas Nagy.
Released under an MIT license.
- The SCONS build system, located at tools/scons. Copyrighted by the SCONS
Foundation. Released under an MIT license.
Additionally deps/http_parser is based on Zed Shaw's Mongrel. Mongrel is
copyrighted by Zed Shaw and distributed under GPL2 or a permissive open

4
TODO
View File

@ -1,7 +1,5 @@
Major features planned: (somewhat ordered)
- require/include HTTP URLs
- C++ API for external modules/plugins
(Some sort of module build system?)
@ -12,8 +10,6 @@ Major features planned: (somewhat ordered)
- Signal handlers
- popen() (perhaps with bidirectional stream?)
- Internally replace getaddrinfo() with udns
http://www.corpit.ru/mjt/udns.html
JS resolver interface

2
configure vendored
View File

@ -24,6 +24,8 @@ cd $WORKINGDIR
WORKINGDIR=`pwd`
cd $CUR_DIR
WAF="${WORKINGDIR}/tools/waf"
# Checks for WAF. Honours $WAF if set. Stores path to 'waf' in $WAF.
# Requires that $PYTHON is set.
#

Some files were not shown because too many files have changed in this diff Show More