diff options
Diffstat (limited to 'lib/http/bld.sub')
-rw-r--r-- | lib/http/bld.sub | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/http/bld.sub b/lib/http/bld.sub new file mode 100644 index 0000000..0c4834b --- /dev/null +++ b/lib/http/bld.sub @@ -0,0 +1,34 @@ +bin h {noinst}= + h.myr + + lib http + lib ../sys:sys + lib ../std:std + lib ../bio:bio + lib ../thread:thread +;; + +bin srvdot {noinst}= + srvdot.myr + + lib http + lib ../sys:sys + lib ../std:std + lib ../bio:bio + lib ../thread:thread +;; + +lib http = + parse.myr + types.myr + url.myr + client.myr + server.myr + session.myr + status.myr + + lib ../sys:sys + lib ../std:std + lib ../bio:bio + lib ../thread:thread +;; |