httpserver.mmp

来自「Symbian手机上一个简单的http server 服务器代码」· MMP 代码 · 共 45 行

MMP
45
字号
/**
 * HttpServer project definition (Symbian GUI Application)
 *
 * This file is part of EPOCHTTP.
 *
 * EPOCHTTP is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * EPOCHTTP is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with EPOCHTTP; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

TARGET		HttpServer.app
TARGETTYPE	app
UID		0x100039CE 0x0100FAD6
TARGETPATH	\system\apps\HttpServer
SOURCEPATH	.
SOURCE		HttpMain.cpp
SOURCE		CHttpApplication.cpp
SOURCE		CHttpDocument.cpp
SOURCE		CHttpAppUi.cpp
SOURCE		CHttpView.cpp
SOURCE		CHttpContainer.cpp
SOURCE		CHttpSocketEngine.cpp
USERINCLUDE	.
SYSTEMINCLUDE	\epoc32\include
RESOURCE	HttpServer.rss
LIBRARY		euser.lib
LIBRARY		eikcore.lib
LIBRARY		cone.lib
LIBRARY		esock.lib
LIBRARY		apgrfx.lib
LIBRARY		avkon.lib
LIBRARY		apparc.lib
LIBRARY		efsrv.lib
AIF		HttpServer.aif . HttpServerAIF.rss c8 HttpServer_42x29i.bmp HttpServer_42x29m.bmp HttpServer_44x44i.bmp HttpServer_44x44m.bmp

⌨️ 快捷键说明

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