ultimatepp/uppsrc/Web/Web.upp
mdelfede d5a40392a1 new uvs2 releases : uppsrc-2621 tutorial-38 examples-142 reference-115 - changed some capitalization in file names
git-svn-id: svn://ultimatepp.org/upp/trunk@313 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-07-10 20:51:21 +00:00

37 lines
465 B
Text

description "TCP/IP related stuff";
uses
Core;
library(SOLARIS) "nsl socket";
library(WIN32) ws2_32;
file
Web.h,
Package readonly separator,
Web.t charset "UTF-8",
Web_init.icpp,
Code readonly separator,
util.h,
util.cpp,
md5.cpp,
html.h,
html.cpp,
socket.h,
socket.cpp,
httpsrv.h,
httpsrv.cpp,
httpcli.h,
httpcli.cpp,
auth.h,
auth.cpp,
smtp.h,
smtp.cpp,
sproc.h,
sproc.cpp,
Info readonly separator,
Copying,
Copying-plain,
Authors;