Add debug definition file.

pull/193/head
Michael R Sweet 17 years ago
parent 8174485371
commit ada7da928c
  1. 2
      CHANGES
  2. 4
      vcnet/mxml1.vcproj
  3. 59
      vcnet/mxml1d.def

@ -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"/>

@ -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…
Cancel
Save