⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tmexampledmadapter.mmp

📁 c++下s60终端对终端传输协议
💻 MMP
字号:
// TmExampleDmAdapter.mmp
//
// Copyright (c) 2005 Forum Nokia.  All rights reserved.
//

TARGET TmExampleDmAdapter.dll
TARGETTYPE ECOMIIC

// ECom Dll recognition UID followed by the unique UID for this dll
UID 0x10009D8D 0x10009DB2

SOURCEPATH		..\src
SOURCE			Proxy.cpp
SOURCE			TmExampleDmAdapter.cpp

USERINCLUDE     ..\inc

#ifndef _CARBIDE_CPP_
// This inclusion needs to be done manually in Carbide.c++ IDE,
// otherwise the directory structure in IDE project will
// not be correctly formed. See release_notes.txt for 
// further information.
USERINCLUDE     ..\..\Client_server\Client\inc  // tmserversession.h
#endif

SYSTEMINCLUDE 	\epoc32\include 
SYSTEMINCLUDE 	\epoc32\include\ecom

/* Needed for importing the correct .pkg file into the Carbide.c++ IDE*/
#ifdef _CARBIDE_CPP_
SOURCEPATH	            ..\sis
SOURCE                  DMAdapter_Carbide.pkg
#endif

SOURCEPATH		..\group
RESOURCE		10009DB2.RSS

LIBRARY         TMClient.lib
LIBRARY 	    euser.lib 
LIBRARY	    	ECom.lib
LIBRARY         estor.lib
LIBRARY         efsrv.lib

⌨️ 快捷键说明

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