iksemel.mmp

来自「symbina上可以使用一个xml解析器,对开发网络应用很有好处」· MMP 代码 · 共 34 行

MMP
34
字号
// Copyright (C) 2004-2005 Darrell Karbott (djk2005@users.sf.net)
// This code is free software; you can redistribute it and/or
// modify it under the terms of GNU Lesser General Public License.
// See http://www.gnu.org/ for further details of the LGPL.

TARGET        iksemel.dll
TARGETTYPE    dll
UID           0x1000008d 0x10207043

// Tell common.h to use our config file.
MACRO         HAVE_CONFIG_H
// Use TLS instead of non-const static data for malloc hooks.
MACRO         SYMBIAN_TLS_MALLOC_WRAPPERS

SOURCEPATH    .\src
SOURCE        base64.c dom.c filter.c iks.c ikstack.c jabber.c md5.c sax.c sha.c stream.c utility.c
SOURCE        dllentry.cpp malloc_hook.cpp

USERINCLUDE   .\include

SYSTEMINCLUDE \Epoc32\include
SYSTEMINCLUDE \Epoc32\include\libc

LIBRARY       euser.lib estlib.lib

#if defined(WINS)
    deffile .\IksemelWINS.def
#else if defined(ARM)
    deffile .\IksemelARM.def
#endif
nostrictdef


⌨️ 快捷键说明

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