diff --git a/CHANGES b/CHANGES index c2a657b..2be679a 100644 --- a/CHANGES +++ b/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 diff --git a/vcnet/mxml1.vcproj b/vcnet/mxml1.vcproj index 94de216..2839606 100644 --- a/vcnet/mxml1.vcproj +++ b/vcnet/mxml1.vcproj @@ -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"/> diff --git a/vcnet/mxml1d.def b/vcnet/mxml1d.def new file mode 100644 index 0000000..09c9492 --- /dev/null +++ b/vcnet/mxml1d.def @@ -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