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

📄 syexpat.mmp

📁 这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。
💻 MMP
字号:
// Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
// See the file COPYING for copying permission.

TARGET		SyExpat.dll
TARGETTYPE	dll

// Symbian have allocated this id to toddsoftware
// KUidToddsoftware - this will prevent application
// clashes with other variants.
UID         0x1000008d 0x10204762

// Uncomment the line below to do
// static variable anaysis
//OPTION GCC	-save-temps


// Tell the expat parser we are building
// for a new platform
MACRO HAVE_EXPAT_CONFIG_H

USERINCLUDE     ..\lib ..\Symbian

SOURCEPATH	..\Lib
SOURCE	    xmlparse.c xmlrole.c xmltok.c

SOURCEPATH	..\Symbian
SOURCE		SyExpat.cpp SyGen.cpp

SYSTEMINCLUDE	\Epoc32\include \epoc32\include\libc ..\Symbian ..\Lib

LIBRARY	estlib.lib euser.lib

EXPORTUNFROZEN

⌨️ 快捷键说明

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