syexpat.mmp
来自「这是symbian下的实现XML解析的源代码。里面包括解析器和解析例子代码。」· MMP 代码 · 共 33 行
MMP
33 行
// 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 + =
减小字号Ctrl + -
显示快捷键?