ultimatepp/uppsrc/Web/Web.upp
cxl 6937772ebf Copying (U++ license) changed to officical 2-clause BSD license
git-svn-id: svn://ultimatepp.org/upp/trunk@436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 09:05:01 +00:00

38 lines
475 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,
src.tpp,
srcdoc.tpp,
srcimp.tpp,
Info readonly separator,
Copying;