makefile.svn-base

来自「很好用的网络封装库,不熟悉网络编程的人也可以使用。使用风格良好的标准c++编写。」· SVN-BASE 代码 · 共 39 行

SVN-BASE
39
字号
## Makefile## $Id: //poco/1.3/Net/Makefile#2 $## Makefile for Poco Net#include $(POCO_BASE)/build/rules/globalSHAREDOPT_CXX   += -DNet_EXPORTSobjects = \	DNS HTTPResponse HostEntry Socket \	DatagramSocket HTTPServer IPAddress SocketAddress \	HTTPBasicCredentials HTTPCookie HTMLForm MediaType DialogSocket \	DatagramSocketImpl FilePartSource HTTPServerConnection MessageHeader \	HTTPChunkedStream HTTPServerConnectionFactory MulticastSocket SocketStream \	HTTPClientSession HTTPServerParams MultipartReader StreamSocket SocketImpl \	HTTPFixedLengthStream HTTPServerRequest HTTPServerRequestImpl MultipartWriter StreamSocketImpl \	HTTPHeaderStream HTTPServerResponse HTTPServerResponseImpl NameValueCollection TCPServer \	HTTPMessage HTTPServerSession NetException TCPServerConnection HTTPBufferAllocator \	HTTPRequest HTTPSession HTTPSessionInstantiator HTTPSessionFactory NetworkInterface TCPServerConnectionFactory \	HTTPRequestHandler HTTPStream HTTPIOStream ServerSocket TCPServerDispatcher \	HTTPRequestHandlerFactory HTTPStreamFactory ServerSocketImpl TCPServerParams \	QuotedPrintableEncoder QuotedPrintableDecoder StringPartSource \	FTPClientSession FTPStreamFactory PartHandler PartSource NullPartHandler \	SocketReactor SocketNotifier SocketNotification AbstractHTTPRequestHandler \	MailRecipient MailMessage MailStream SMTPClientSession POP3ClientSession \	RawSocket RawSocketImpl ICMPClient ICMPEventArgs ICMPPacket ICMPPacketImpl \	ICMPSocket ICMPSocketImpl ICMPv4PacketImpl \	RemoteSyslogChannel RemoteSyslogListenertarget         = PocoNettarget_version = $(LIBVERSION)target_libs    = PocoFoundationinclude $(POCO_BASE)/build/rules/lib

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?