mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 07:15:30 +00:00
Add debug definition file.
This commit is contained in:
parent
8174485371
commit
ada7da928c
2
CHANGES
2
CHANGES
@ -3,6 +3,8 @@ CHANGES - 2008-01-12
|
||||
|
||||
CHANGES IN Mini-XML 2.4.1
|
||||
|
||||
- The debug version of the Mini-XML DLL could not be
|
||||
built (STR #65)
|
||||
- Processing instructions and directives did not work
|
||||
when not at the top level of a document (STR #67)
|
||||
- Spaces around the "=" in attributes were not supported
|
||||
|
@ -34,9 +34,9 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="mxml1d.dll"
|
||||
LinkIncremental="2"
|
||||
ModuleDefinitionFile=".\mxml1.def"
|
||||
ModuleDefinitionFile=".\mxml1d.def"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/mxml1.pdb"
|
||||
ProgramDatabaseFile="$(OutDir)/mxml1d.pdb"
|
||||
SubSystem="2"
|
||||
ImportLibrary="mxml1d.lib"
|
||||
TargetMachine="1"/>
|
||||
|
59
vcnet/mxml1d.def
Normal file
59
vcnet/mxml1d.def
Normal file
@ -0,0 +1,59 @@
|
||||
LIBRARY "MXML1D"
|
||||
EXPORTS
|
||||
_mxml_strdupf
|
||||
_mxml_vstrdupf
|
||||
mxml_ignore_cb
|
||||
mxml_integer_cb
|
||||
mxml_opaque_cb
|
||||
mxml_real_cb
|
||||
mxmlAdd
|
||||
mxmlDelete
|
||||
mxmlElementDeleteAttr
|
||||
mxmlElementGetAttr
|
||||
mxmlElementSetAttr
|
||||
mxmlElementSetAttrf
|
||||
mxmlEntityAddCallback
|
||||
mxmlEntityGetName
|
||||
mxmlEntityGetValue
|
||||
mxmlEntityRemoveCallback
|
||||
mxmlFindElement
|
||||
mxmlIndexDelete
|
||||
mxmlIndexEnum
|
||||
mxmlIndexFind
|
||||
mxmlIndexNew
|
||||
mxmlIndexReset
|
||||
mxmlLoadFd
|
||||
mxmlLoadFile
|
||||
mxmlLoadString
|
||||
mxmlNewCDATA
|
||||
mxmlNewCustom
|
||||
mxmlNewElement
|
||||
mxmlNewInteger
|
||||
mxmlNewOpaque
|
||||
mxmlNewReal
|
||||
mxmlNewText
|
||||
mxmlNewTextf
|
||||
mxmlNewXML
|
||||
mxmlRelease
|
||||
mxmlRemove
|
||||
mxmlRetain
|
||||
mxmlSaveAllocString
|
||||
mxmlSaveFd
|
||||
mxmlSaveFile
|
||||
mxmlSaveString
|
||||
mxmlSAXLoadFd
|
||||
mxmlSAXLoadFile
|
||||
mxmlSAXLoadString
|
||||
mxmlSetCDATA
|
||||
mxmlSetCustom
|
||||
mxmlSetCustomHandlers
|
||||
mxmlSetElement
|
||||
mxmlSetErrorCallback
|
||||
mxmlSetInteger
|
||||
mxmlSetOpaque
|
||||
mxmlSetReal
|
||||
mxmlSetText
|
||||
mxmlSetTextf
|
||||
mxmlSetWrapMargin
|
||||
mxmlWalkNext
|
||||
mxmlWalkPrev
|
Loading…
Reference in New Issue
Block a user