diff --git a/win32/bcb5/Readme.txt b/win32/bcb5/Readme.txt deleted file mode 100644 index 299be17f..00000000 --- a/win32/bcb5/Readme.txt +++ /dev/null @@ -1,19 +0,0 @@ - -Build for Borland C++ Builder 5 (libxml2 2.4.19) -=============================== - -This procedure will build the following file: - -libxml2_a.lib - static libxml library - -libxml2_a.bpr - for the static version - -And build it. The resulting files should be in this directory afterwards. -There will be a lot of warnings which are supposed to be ignored. -If you want to reconfigure the package, you must edit the file -..\..\include\libxml\xmlversion.h - -You must define the symbol WIN32 in all your projects to use the header -files. - -April 2002, Moritz Both diff --git a/win32/bcb5/libxml2_a.bpf b/win32/bcb5/libxml2_a.bpf deleted file mode 100644 index bb3ead72..00000000 --- a/win32/bcb5/libxml2_a.bpf +++ /dev/null @@ -1,36 +0,0 @@ -//--------------------------------------------------------------------------- - -#include -#pragma hdrstop -USEUNIT("..\..\xpointer.c"); -USEUNIT("..\..\debugXML.c"); -USEUNIT("..\..\DOCBparser.c"); -USEUNIT("..\..\encoding.c"); -USEUNIT("..\..\entities.c"); -USEUNIT("..\..\error.c"); -USEUNIT("..\..\globals.c"); -USEUNIT("..\..\hash.c"); -USEUNIT("..\..\HTMLparser.c"); -USEUNIT("..\..\HTMLtree.c"); -USEUNIT("..\..\list.c"); -USEUNIT("..\..\nanoftp.c"); -USEUNIT("..\..\nanohttp.c"); -USEUNIT("..\..\parser.c"); -USEUNIT("..\..\parserInternals.c"); -USEUNIT("..\..\SAX.c"); -USEUNIT("..\..\threads.c"); -USEUNIT("..\..\tree.c"); -USEUNIT("..\..\uri.c"); -USEUNIT("..\..\valid.c"); -USEUNIT("..\..\xinclude.c"); -USEUNIT("..\..\xlink.c"); -USEUNIT("..\..\xmlIO.c"); -USEUNIT("..\..\xmlmemory.c"); -USEUNIT("..\..\xpath.c"); -USEUNIT("..\..\catalog.c"); -USEUNIT("..\..\c14n.c"); -//--------------------------------------------------------------------------- -#define Library - -// To add a file to the library use the Project menu 'Add to Project'. - diff --git a/win32/bcb5/libxml2_a.bpr b/win32/bcb5/libxml2_a.bpr deleted file mode 100644 index 0fc7fdeb..00000000 --- a/win32/bcb5/libxml2_a.bpr +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -[Version Info] -IncludeVerInfo=0 -AutoIncBuild=0 -MajorVer=1 -MinorVer=0 -Release=0 -Build=0 -Debug=0 -PreRelease=0 -Special=0 -Private=0 -DLL=0 -Locale=1031 -CodePage=1252 - -[Version Info Keys] -CompanyName= -FileDescription= -FileVersion=1.0.0.0 -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -Comments= - -[HistoryLists\hlIncludePath] -Count=5 -Item0=$(BCB)\include;..\..\include;..\..\include\xmllib -Item1=..\..;$(BCB)\include;..\..\include;..\..\include\xmllib -Item2=..\..;$(BCB)\include;D:\Programme\Borland\include\;D:\Programme\Borland\include\libxml\ -Item3=$(BCB)\include;..\..\include;..\..\include\libxml -Item4=G:\cvs_src\herrmann\libxml2-2.4.19;$(BCB)\include;$(BCB)\include\vcl - -[HistoryLists\hlLibraryPath] -Count=3 -Item0=..\..;$(BCB)\lib\obj;$(BCB)\lib -Item1=$(BCB)\lib\obj;$(BCB)\lib -Item2=G:\cvs_src\herrmann\libxml2-2.4.19;$(BCB)\lib\obj;$(BCB)\lib - -[HistoryLists\hlDebugSourcePath] -Count=1 -Item0=$(BCB)\source\vcl - -[HistoryLists\hlConditionals] -Count=1 -Item0=WIN32 - -[HistoryLists\hlTlibPageSize] -Count=1 -Item0=0x0010 - -[Debugging] -DebugSourceDirs=$(BCB)\source\vcl - -[Parameters] -RunParams= -HostApplication= -RemoteHost= -RemotePath= -RemoteDebug=0 - -[Compiler] -ShowInfoMsgs=0 -LinkDebugVcl=0 -LinkCGLIB=0 - -[Language] -ActiveLang= -ProjectLang= -RootDir= - - \ No newline at end of file diff --git a/win32/dsp/Readme.txt b/win32/dsp/Readme.txt deleted file mode 100644 index adb8c147..00000000 --- a/win32/dsp/Readme.txt +++ /dev/null @@ -1,33 +0,0 @@ -Hi there. - -You can find the project files for MSVC 6.0 and higher in win32/dsp/ -subdirectory of the source tree. You should load the file libxml2.dsw -into the IDE. This is the workspace file which contains all projects -and their interdependencies. - -Check the file xmlwin32version.h for optional features and enable or -disable them, as it suits you. The defaults are apropriate for most -people, so there is usually no need to mess with this. - -For libxml2, there is a single project file which builds both static -and shared library in a single run. When you build the project libxml2, -you will find the following files in your win32/dsp/libxml2 -subdirectory: - - libxml2.dll shared library - libxml2.lib import library for dynamic link - libxml2_a.lib static library - -Other project files produce a single executable in a subdirectory which -shares the name with the project. - -All object files produced by the compiler end up in the same -directory for each project, no matter if you compile with debugging -turned on or not. This means that a release build shall overwite the -debug build and vice versa. This makes the dependency tracking easier, -but there are people who don't like this for some reason. - -If you receive few compiler warnings, ignore them. These are harmless -and shall dissapear in the future. - -5. January 2002, Igor Zlatkovic \ No newline at end of file diff --git a/win32/dsp/libxml2.def.src b/win32/dsp/libxml2.def.src deleted file mode 100644 index d1720256..00000000 --- a/win32/dsp/libxml2.def.src +++ /dev/null @@ -1,1374 +0,0 @@ -/* win32/libxml2.def.src - Pseudo-source used to create a .DEF file for proper dynamic linkage. - - Assuming you use Microsoft's C compiler, you run a - - cl /EP libxml2.def.src > libxml2.def - - in order to get the right .DEF file. Basically, all you do is - preprocess this file using a C/C++ preprocessor and the right - .DEF file should come out. - - Should you need a function which does not seem to be exported - from the libxml2.dll, its name is most certainly missing here. - Add the name of the offending function to this file and rebuild. - - 21.03.2001, Igor Zlatkovic (igor@stud.fh-frankfurt.de) -*/ - -#define LIBXML2_COMPILING_MSCCDEF -#include "../../include/libxml/xmlwin32version.h" - -LIBRARY libxml2 -EXPORTS - - -/* c14n.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_C14N_ENABLED - xmlC14NDocSaveTo - xmlC14NDocDumpMemory - xmlC14NDocSave - xmlC14NExecute -#endif /* LIBXML_C14N_ENABLED */ - - -/* catalog.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_CATALOG_ENABLED - /* Operations on a given catalog */ - xmlNewCatalog - xmlLoadACatalog - xmlLoadSGMLSuperCatalog - xmlConvertSGMLCatalog - xmlACatalogAdd - xmlACatalogRemove - xmlACatalogResolve - xmlACatalogResolveSystem - xmlACatalogResolvePublic - xmlACatalogResolveURI - xmlACatalogDump - xmlFreeCatalog - xmlCatalogIsEmpty - - /* Global operations */ - xmlInitializeCatalog - xmlLoadCatalog - xmlLoadCatalogs - xmlCatalogCleanup - xmlCatalogDump - xmlCatalogResolve - xmlCatalogResolveSystem - xmlCatalogResolvePublic - xmlCatalogResolveURI - xmlCatalogAdd - xmlCatalogRemove - xmlParseCatalogFile - xmlCatalogConvert - - /* Strictly minimal interfaces for per-document catalogs used by the parser. */ - xmlCatalogFreeLocal - xmlCatalogAddLocal - xmlCatalogLocalResolve - xmlCatalogLocalResolveURI - - /* Preference settings */ - xmlCatalogSetDebug - xmlCatalogSetDefaultPrefer - xmlCatalogSetDefaults - xmlCatalogGetDefaults - - /* DEPRECATED interfaces */ - xmlCatalogGetSystem - xmlCatalogGetPublic -#endif /* LIBXML_CATALOG_ENABLED */ - - -/* debugXML.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_DEBUG_ENABLED - /* The standard Dump routines */ - xmlDebugDumpString - xmlDebugDumpAttr - xmlDebugDumpAttrList - xmlDebugDumpOneNode - xmlDebugDumpNode - xmlDebugDumpNodeList - xmlDebugDumpDocumentHead - xmlDebugDumpDocument - xmlDebugDumpDTD - xmlDebugDumpEntities - xmlLsOneNode - xmlLsCountNode - xmlBoolToText - - /* ??? */ - xmlShellPrintXPathError - xmlShellPrintNode - xmlShellPrintXPathResult - xmlShellList - xmlShellBase - xmlShellDir - xmlShellCat - xmlShellLoad - xmlShellWrite - xmlShellSave - xmlShellValidate - xmlShellDu - xmlShellPwd - - /* The Shell interface. */ - xmlShell -#endif /* LIBXML_DEBUG_ENABLED */ - - -/* DOCBParser.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_DOCB_ENABLED - /* There is only few public functions. */ - docbEncodeEntities - docbSAXParseDoc - docbParseDoc - docbSAXParseFile - docbParseFile - - /* Interfaces for the Push mode */ - docbFreeParserCtxt - docbCreatePushParserCtxt - docbParseChunk - docbCreateFileParserCtxt - docbParseDocument -#endif /* LIBXML_DOCB_ENABLED */ - - -/* encoding.h - --------------------------------------------------------------------- */ - /* Interfaces for encoding handlers */ - xmlInitCharEncodingHandlers - xmlCleanupCharEncodingHandlers - xmlRegisterCharEncodingHandler - xmlGetCharEncodingHandler - xmlFindCharEncodingHandler - - /* Interfaces for encoding names and aliases */ - xmlAddEncodingAlias - xmlDelEncodingAlias - xmlGetEncodingAlias - xmlCleanupEncodingAliases - xmlParseCharEncoding - xmlGetCharEncodingName - - /* Interfaces directly used by the parsers. */ - xmlDetectCharEncoding - xmlCharEncOutFunc - xmlCharEncInFunc - xmlCharEncFirstLine - xmlCharEncCloseFunc - - /* Export a few useful functions */ - UTF8Toisolat1 - isolat1ToUTF8 - - /* exports additional "UTF-8 aware" string routines which are */ - xmlCheckUTF8 - xmlUTF8Strsize - xmlUTF8Strndup - xmlUTF8Strpos - xmlUTF8Strloc - xmlUTF8Strsub - xmlUTF8Strlen - - -/* entities.h - --------------------------------------------------------------------- */ - xmlInitializePredefinedEntities - xmlAddDocEntity - xmlAddDtdEntity - xmlGetPredefinedEntity - xmlGetDocEntity - xmlGetDtdEntity - xmlGetParameterEntity - xmlEncodeEntities - xmlEncodeEntitiesReentrant - xmlEncodeSpecialChars - xmlCreateEntitiesTable - xmlCopyEntitiesTable - xmlFreeEntitiesTable - xmlDumpEntitiesTable - xmlDumpEntityDecl - xmlCleanupPredefinedEntities - - -/* globals.h - --------------------------------------------------------------------- */ - xmlInitializeGlobalState - - /* Memory */ -#ifdef LIBXML_THREAD_ALLOC_ENABLED -#ifdef LIBXML_THREAD_ENABLED - __xmlMalloc - __xmlRealloc - __xmlFree - __xmlMemStrdup -#else - xmlMalloc DATA - xmlRealloc DATA - xmlFree DATA - xmlMemStrdup DATA -#endif -#else /* !LIBXML_THREAD_ALLOC_ENABLED */ - xmlMalloc DATA - xmlRealloc DATA - xmlFree DATA - xmlMemStrdup DATA -#endif /* LIBXML_THREAD_ALLOC_ENABLED */ - - /* Autogenerated (not here, but in the globals.h) */ -#ifdef LIBXML_THREAD_ENABLED - #ifdef LIBXML_DOCB_ENABLED - __docbDefaultSAXHandler - #endif - #ifdef LIBXML_HTML_ENABLED - __htmlDefaultSAXHandler - #endif - __oldXMLWDcompatibility - __xmlBufferAllocScheme - __xmlDefaultBufferSize - __xmlDefaultSAXHandler - __xmlDefaultSAXLocator - __xmlDoValidityCheckingDefaultValue - __xmlGenericError - __xmlGenericErrorContext - __xmlGetWarningsDefaultValue - __xmlIndentTreeOutput - __xmlTreeIndentString - __xmlKeepBlanksDefaultValue - __xmlLineNumbersDefaultValue - __xmlLoadExtDtdDefaultValue - __xmlParserDebugEntities - __xmlParserVersion - __xmlPedanticParserDefaultValue - __xmlSaveNoEmptyTags - __xmlSubstituteEntitiesDefaultValue -#else /* LIBXML_THREAD_ENABLED */ - #ifdef LIBXML_DOCB_ENABLED - docbDefaultSAXHandler DATA - #endif - #ifdef LIBXML_HTML_ENABLED - htmlDefaultSAXHandler DATA - #endif - oldXMLWDcompatibility DATA - xmlBufferAllocScheme DATA - xmlDefaultBufferSize DATA - xmlDefaultSAXHandler DATA - xmlDefaultSAXLocator DATA - xmlDoValidityCheckingDefaultValue DATA - xmlGenericError DATA - xmlGenericErrorContext DATA - xmlGetWarningsDefaultValue DATA - xmlIndentTreeOutput DATA - xmlTreeIndentString DATA - xmlKeepBlanksDefaultValue DATA - xmlLineNumbersDefaultValue DATA - xmlLoadExtDtdDefaultValue DATA - xmlParserDebugEntities DATA - xmlParserVersion DATA - xmlPedanticParserDefaultValue DATA - xmlSaveNoEmptyTags DATA - xmlSubstituteEntitiesDefaultValue DATA -#endif /* LIBXML_THREAD_ENABLED */ - - -/* hash.h - --------------------------------------------------------------------- */ - /* Constructor and destructor */ - xmlHashCreate - xmlHashFree - - /* Add a new entry to the hash table */ - xmlHashAddEntry - xmlHashUpdateEntry - xmlHashAddEntry2 - xmlHashUpdateEntry2 - xmlHashAddEntry3 - xmlHashUpdateEntry3 - - /* Remove an entry from the hash table */ - xmlHashRemoveEntry - xmlHashRemoveEntry2 - xmlHashRemoveEntry3 - - /* Retrieve the userdata */ - xmlHashLookup - xmlHashLookup2 - xmlHashLookup3 - - /* Helpers */ - xmlHashCopy - xmlHashSize - xmlHashScan - xmlHashScan3 - xmlHashScanFull - xmlHashScanFull3 - - -/* HTMLparser.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_HTML_ENABLED - /* There is only few public functions. */ - htmlTagLookup - htmlEntityLookup - htmlEntityValueLookup - htmlIsAutoClosed - htmlAutoCloseTag - htmlParseEntityRef - htmlParseCharRef - htmlParseElement - htmlParseDocument - htmlSAXParseDoc - htmlParseDoc - htmlSAXParseFile - htmlParseFile - UTF8ToHtml - htmlEncodeEntities - htmlIsScriptAttribute - htmlHandleOmittedElem - - /* Interfaces for the Push mode */ - htmlFreeParserCtxt - htmlCreatePushParserCtxt - htmlParseChunk -#endif /* LIBXML_HTML_ENABLED */ - - -/* HTMLtree.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_HTML_ENABLED - htmlNewDoc - htmlNewDocNoDtD - htmlGetMetaEncoding - htmlSetMetaEncoding - htmlDocDumpMemory - htmlDocDump - htmlSaveFile - htmlNodeDump - htmlNodeDumpFile - htmlNodeDumpFileFormat - htmlSaveFileEnc - htmlSaveFileFormat - htmlNodeDumpFormatOutput - htmlDocContentDumpOutput - htmlDocContentDumpFormatOutput -#endif /* LIBXML_HTML_ENABLED */ - - -/* list.h - --------------------------------------------------------------------- */ - /* Creation/Deletion */ - xmlListCreate - xmlListDelete - - /* Basic Operators */ - xmlListSearch - xmlListReverseSearch - xmlListInsert - xmlListAppend - xmlListRemoveFirst - xmlListRemoveLast - xmlListRemoveAll - xmlListClear - xmlListEmpty - xmlListFront - xmlListEnd - xmlListSize - xmlListPopFront - xmlListPopBack - xmlListPushFront - xmlListPushBack - - /* Advanced Operators */ - xmlListReverse - xmlListSort - xmlListWalk - xmlListReverseWalk - xmlListMerge - xmlListDup - xmlListCopy - xmlLinkGetData - - -/* nanoftp.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_FTP_ENABLED - /* Init */ - xmlNanoFTPInit - xmlNanoFTPCleanup - - /* Creating/freeing contexts */ - xmlNanoFTPNewCtxt - xmlNanoFTPFreeCtxt - xmlNanoFTPConnectTo - - /* Opening/closing session connections */ - xmlNanoFTPOpen - xmlNanoFTPConnect - xmlNanoFTPClose - xmlNanoFTPQuit - xmlNanoFTPScanProxy - xmlNanoFTPProxy - xmlNanoFTPUpdateURL - - /* Rathern internal commands */ - xmlNanoFTPGetResponse - xmlNanoFTPCheckResponse - - /* CD/DIR/GET handlers */ - xmlNanoFTPCwd - xmlNanoFTPGetConnection - xmlNanoFTPCloseConnection - xmlNanoFTPList - xmlNanoFTPGetSocket - xmlNanoFTPGet - xmlNanoFTPRead -#endif /* LIBXML_FTP_ENABLED */ - - -/* nanohttp.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_HTTP_ENABLED - xmlNanoHTTPInit - xmlNanoHTTPCleanup - xmlNanoHTTPScanProxy - xmlNanoHTTPFetch - xmlNanoHTTPMethod - xmlNanoHTTPMethodRedir - xmlNanoHTTPOpen - xmlNanoHTTPOpenRedir - xmlNanoHTTPReturnCode - xmlNanoHTTPAuthHeader - xmlNanoHTTPRead - xmlNanoHTTPSave - xmlNanoHTTPClose -#endif /* LIBXML_HTTP_ENABLED */ - - -/* parser.h - --------------------------------------------------------------------- */ - // xmlParserVersion DATA <-- moved to the globals.h section - // xmlDefaultSAXLocator DATA <-- moved to the globals.h section - // xmlDefaultSAXHandler DATA <-- moved to the globals.h section - //#ifdef LIBXML_HTML_ENABLED <-- moved to the globals.h section - // htmlDefaultSAXHandler DATA <-- moved to the globals.h section - //#endif <-- moved to globals.h section - //#ifdef LIBXML_DOCB_ENABLED <-- moved to the globals.h section - // docbDefaultSAXHandler DATA <-- moved to the globals.h section - //#endif <-- moved to globals.h section - // xmlSubstituteEntitiesDefaultValue DATA <-- moved to globals.h section - // xmlGetWarningsDefaultValue DATA <-- moved to globals.h section - - /* Init/Cleanup */ - xmlInitParser - xmlCleanupParser - - /* Input functions */ - xmlParserInputRead - xmlParserInputGrow - - /* xmlChar handling */ - xmlStrdup - xmlStrndup - xmlCharStrndup - xmlCharStrdup - xmlStrsub - xmlStrchr - xmlStrstr - xmlStrcasestr - xmlStrcmp - xmlStrncmp - xmlStrcasecmp - xmlStrncasecmp - xmlStrEqual - xmlStrlen - xmlStrcat - xmlStrncat - - /* Basic parsing Interfaces */ - xmlParseDoc - xmlParseMemory - xmlParseFile - xmlSubstituteEntitiesDefault - xmlKeepBlanksDefault - xmlStopParser - xmlPedanticParserDefault - xmlLineNumbersDefault - - /* Recovery mode */ - xmlRecoverDoc - xmlRecoverMemory - xmlRecoverFile - - /* Less common routines and SAX interfaces */ - xmlParseDocument - xmlParseExtParsedEnt - xmlSAXParseDoc - xmlSAXUserParseFile - xmlSAXUserParseMemory - xmlSAXParseMemory - xmlSAXParseFile - xmlSAXParseFileWithData - xmlSAXParseEntity - xmlParseEntity - xmlParseDTD - xmlSAXParseDTD - xmlIOParseDTD - xmlParseBalancedChunkMemory - xmlParseExternalEntity - xmlParseCtxtExternalEntity - - /* SAX initialization routines */ - xmlDefaultSAXHandlerInit - #ifdef LIBXML_HTML_ENABLED - htmlDefaultSAXHandlerInit - #endif /* LIBXML_HTML_ENABLED */ - - /* Parser contexts handling. */ - xmlInitParserCtxt - xmlClearParserCtxt - xmlFreeParserCtxt - xmlSetupParserForBuffer - xmlCreateDocParserCtxt - - /* Reading/setting optional parsing features. */ - xmlGetFeaturesList - xmlGetFeature - xmlSetFeature - - /* Interfaces for the Push mode */ - xmlCreatePushParserCtxt - xmlParseChunk - - /* Special I/O mode */ - xmlCreateIOParserCtxt - xmlNewIOInputStream - - /* Node infos */ - xmlParserFindNodeInfo - xmlInitNodeInfoSeq - xmlClearNodeInfoSeq - xmlParserFindNodeInfoIndex - xmlParserAddNodeInfo - - /* External entities handling actually implemented in xmlIO */ - xmlSetExternalEntityLoader - xmlGetExternalEntityLoader - xmlLoadExternalEntity - - -/* parserinternals.h - --------------------------------------------------------------------- */ - /* Global variables used for predefined strings */ - xmlStringText DATA - xmlStringTextNoenc DATA - xmlStringComment DATA - - /* Function to finish the work of the macros where needed */ - xmlIsBaseChar - xmlIsBlank - xmlIsPubidChar - xmlIsLetter - xmlIsDigit - xmlIsIdeographic - xmlIsCombining - xmlIsExtender - xmlIsCombining - xmlIsChar - - /* Parser context */ - xmlCreateDocParserCtxt - xmlCreateFileParserCtxt - xmlCreateMemoryParserCtxt - xmlNewParserCtxt - xmlCreateEntityParserCtxt - xmlSwitchEncoding - xmlSwitchToEncoding - xmlFreeParserCtxt - - /* Entities */ - xmlHandleEntity - - /* Input Streams */ - xmlNewStringInputStream - xmlNewEntityInputStream - xmlPushInput - xmlPopInput - xmlFreeInputStream - xmlNewInputFromFile - xmlNewInputStream - - /* Namespaces. */ - xmlSplitQName - xmlNamespaceParseNCName - xmlNamespaceParseQName - xmlNamespaceParseNSDef - xmlParseQuotedString - xmlParseNamespace - - /* Generic production rules */ - xmlScanName - xmlParseName - xmlParseNmtoken - xmlParseEntityValue - xmlParseAttValue - xmlParseSystemLiteral - xmlParsePubidLiteral - xmlParseCharData - xmlParseExternalID - xmlParseComment - xmlParsePITarget - xmlParsePI - xmlParseNotationDecl - xmlParseEntityDecl - xmlParseDefaultDecl - xmlParseNotationType - xmlParseEnumerationType - xmlParseEnumeratedType - xmlParseAttributeType - xmlParseAttributeListDecl - xmlParseElementMixedContentDecl - xmlParseElementChildrenContentDecl - xmlParseElementContentDecl - xmlParseElementDecl - xmlParseMarkupDecl - xmlParseCharRef - xmlParseEntityRef - xmlParseReference - xmlParsePEReference - xmlParseDocTypeDecl - xmlParseAttribute - xmlParseStartTag - xmlParseEndTag - xmlParseCDSect - xmlParseContent - xmlParseElement - xmlParseVersionNum - xmlParseVersionInfo - xmlParseEncName - xmlParseEncodingDecl - xmlParseSDDecl - xmlParseXMLDecl - xmlParseTextDecl - xmlParseMisc - xmlParseExternalSubset - - xmlDecodeEntities - xmlStringDecodeEntities - - /* Generated by MACROS on top of parser.c c.f. PUSH_AND_POP */ - nodePush - nodePop - inputPush - inputPop - namePop - namePush - - /* other comodities shared between parser.c and parserInternals */ - xmlSkipBlankChars - xmlStringCurrentChar - xmlParserHandlePEReference - xmlParserHandleReference - xmlCheckLanguageID - - /* Really core function shared with HTML parser */ - xmlCurrentChar - xmlCopyCharMultiByte - xmlCopyChar - xmlNextChar - xmlParserInputShrink - - /* Actually comes from the HTML parser but launched from the init stuff */ - #ifdef LIBXML_HTML_ENABLED - htmlInitAutoClose - htmlCreateFileParserCtxt - #endif /* LIBXML_HTML_ENABLED */ - - -/* SAX.h - --------------------------------------------------------------------- */ - getPublicId - getSystemId - setDocumentLocator - getLineNumber - getColumnNumber - isStandalone - hasInternalSubset - hasExternalSubset - internalSubset - externalSubset - getEntity - getParameterEntity - resolveEntity - entityDecl - attributeDecl - elementDecl - notationDecl - unparsedEntityDecl - startDocument - endDocument - attribute - startElement - endElement - reference - characters - ignorableWhitespace - processingInstruction - globalNamespace - setNamespace - getNamespace - checkNamespace - namespaceDecl - comment - cdataBlock - initxmlDefaultSAXHandler - xmlDefaultSAXHandlerInit - #ifdef LIBXML_HTML_ENABLED - htmlDefaultSAXHandlerInit - inithtmlDefaultSAXHandler - #endif /* LIBXML_HTML_ENABLED */ - #ifdef LIBXML_DOCB_ENABLED - docbDefaultSAXHandlerInit - initdocbDefaultSAXHandler - #endif /* LIBXML_DOCB_ENABLED */ - - -/* tree.h - --------------------------------------------------------------------- */ - /* Variables. */ - // baseDTD DATA <-- has been removed from the code - // oldXMLWDcompatibility DATA <-- moved to the globals.h section - // xmlIndentTreeOutput DATA <-- moved to the globals.h section - // xmlBufferAllocScheme DATA <-- moved to the globals.h section - // xmlSaveNoEmptyTags DATA <-- moved to the globals.h section - // xmlDefaultBufferSize DATA <-- moved to the globals.h section - - /* handling buffers */ - xmlSetBufferAllocationScheme - xmlGetBufferAllocationScheme - xmlBufferCreate - xmlBufferCreateSize - xmlBufferResize - xmlBufferFree - xmlBufferDump - xmlBufferAdd - xmlBufferAddHead - xmlBufferCat - xmlBufferCCat - xmlBufferShrink - xmlBufferGrow - xmlBufferEmpty - xmlBufferContent - xmlBufferSetAllocationScheme - xmlBufferLength - - /* Creating/freeing new structures */ - xmlCreateIntSubset - xmlNewDtd - xmlGetIntSubset - xmlFreeDtd - xmlNewGlobalNs - xmlNewNs - xmlFreeNs - xmlFreeNsList - xmlNewDoc - xmlFreeDoc - xmlNewDocProp - xmlNewProp - xmlNewNsProp - xmlFreePropList - xmlFreeProp - xmlCopyProp - xmlCopyPropList - xmlCopyDtd - xmlCopyDoc - - /* Creating new nodes */ - xmlNewDocNode - xmlNewDocRawNode - xmlNewNode - xmlNewChild - xmlNewTextChild - xmlNewDocText - xmlNewText - xmlNewPI - xmlNewDocTextLen - xmlNewTextLen - xmlNewDocComment - xmlNewComment - xmlNewCDataBlock - xmlNewCharRef - xmlNewReference - xmlCopyNode - xmlDocCopyNode - xmlCopyNodeList - xmlNewDocFragment - - /* Navigating */ - xmlGetLineNo - xmlGetNodePath - xmlDocGetRootElement - xmlGetLastChild - xmlNodeIsText - xmlIsBlankNode - - /* Changing the structure */ - xmlDocSetRootElement - xmlNodeSetName - xmlAddChild - xmlAddChildList - xmlReplaceNode - xmlAddSibling - xmlAddPrevSibling - xmlAddNextSibling - xmlUnlinkNode - xmlTextMerge - xmlTextConcat - xmlFreeNodeList - xmlFreeNode - xmlSetTreeDoc - xmlSetListDoc - - /* Namespaces */ - xmlSearchNs - xmlSearchNsByHref - xmlGetNsList - xmlSetNs - xmlCopyNamespace - xmlCopyNamespaceList - - /* Changing the content. */ - xmlSetProp - xmlGetProp - xmlHasProp - xmlHasNsProp - xmlSetNsProp - xmlGetNsProp - xmlStringGetNodeList - xmlStringLenGetNodeList - xmlNodeListGetString - xmlNodeListGetRawString - xmlNodeSetContent - xmlNodeSetContentLen - xmlNodeAddContent - xmlNodeAddContentLen - xmlNodeGetContent - xmlNodeGetLang - xmlNodeSetLang - xmlNodeGetSpacePreserve - xmlNodeSetSpacePreserve - xmlNodeGetBase - xmlNodeSetBase - - /* Removing content. */ - xmlRemoveProp - xmlUnsetProp - xmlUnsetNsProp - - /* Internal, don't use */ - xmlBufferWriteCHAR - xmlBufferWriteChar - xmlBufferWriteQuotedString - - /* Namespace handling */ - xmlReconciliateNs - - /* Saving */ - xmlDocDumpFormatMemory - xmlDocDumpMemory - xmlDocDumpMemoryEnc - xmlDocDumpFormatMemoryEnc - xmlDocDump - xmlElemDump - xmlSaveFile - xmlSaveFormatFile - xmlNodeDump - xmlSaveFileTo - xmlSaveFormatFileTo - xmlNodeDumpOutput - xmlSaveFormatFileEnc - xmlSaveFileEnc - - /* Compression */ - xmlGetDocCompressMode - xmlSetDocCompressMode - xmlGetCompressMode - xmlSetCompressMode - - -/* uri.h - --------------------------------------------------------------------- */ - xmlCreateURI - xmlBuildURI - xmlParseURI - xmlParseURIReference - xmlSaveUri - xmlPrintURI - xmlURIEscapeStr - xmlURIUnescapeString - xmlNormalizeURIPath - xmlURIEscape - xmlFreeURI - - -/* valid.h - --------------------------------------------------------------------- */ - /* helper */ - xmlSplitQName2 - - /* Notation */ - xmlAddNotationDecl - xmlCopyNotationTable - xmlFreeNotationTable - xmlDumpNotationDecl - xmlDumpNotationTable - - /* Element Content */ - xmlNewElementContent - xmlCopyElementContent - xmlFreeElementContent - xmlSnprintfElementContent - - /* DEPRECATED */ - xmlSprintfElementContent - - /* Element */ - xmlAddElementDecl - xmlCopyElementTable - xmlFreeElementTable - xmlDumpElementTable - xmlDumpElementDecl - - /* Enumeration */ - xmlCreateEnumeration - xmlFreeEnumeration - xmlCopyEnumeration - - /* Attribute */ - xmlAddAttributeDecl - xmlCopyAttributeTable - xmlFreeAttributeTable - xmlDumpAttributeTable - xmlDumpAttributeDecl - - /* IDs */ - xmlAddID - xmlFreeIDTable - xmlGetID - xmlIsID - xmlRemoveID - - /* IDREFs */ - xmlAddRef - xmlFreeRefTable - xmlIsRef - xmlRemoveRef - xmlGetRefs - - /* The public function calls related to validity checking */ - xmlValidateRoot - xmlValidateElementDecl - xmlValidNormalizeAttributeValue - xmlValidateAttributeDecl - xmlValidateAttributeValue - xmlValidateNotationDecl - xmlValidateDtd - xmlValidateDtdFinal - xmlValidateDocument - xmlValidateElement - xmlValidateOneElement - xmlValidateOneAttribute - xmlValidateDocumentFinal - xmlValidateNotationUse - xmlIsMixedElement - xmlGetDtdAttrDesc - xmlGetDtdQAttrDesc - xmlGetDtdNotationDesc - xmlGetDtdQElementDesc - xmlGetDtdElementDesc - xmlValidGetValidElements - xmlValidGetPotentialChildren - - -/* xinclude.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_XINCLUDE_ENABLED - xmlXIncludeProcess -#endif /* LIBXML_XINCLUDE_ENABLED */ - - -/* xlink.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_XLINK_INCLUDED - xlinkGetDefaultDetect - xlinkSetDefaultDetect - xlinkGetDefaultHandler - xlinkSetDefaultHandler - xlinkIsLink -#endif - - -/* xmlerror.h - --------------------------------------------------------------------- */ - xmlSetGenericErrorFunc - initGenericErrorDefaultFunc - xmlParserError - xmlParserWarning - xmlParserValidityError - xmlParserValidityWarning - xmlParserPrintFileInfo - xmlParserPrintFileContext - // xmlGenericError DATA <-- moved to the globals.h section - // xmlGenericErrorContext DATA <-- moved to the globals.h section - - -/* xmlIO.h - --------------------------------------------------------------------- */ - /* Interfaces for input */ - xmlCleanupInputCallbacks - xmlCleanupOutputCallbacks - xmlRegisterDefaultInputCallbacks - xmlAllocParserInputBuffer - xmlParserInputBufferCreateFilename - xmlParserInputBufferCreateFile - xmlParserInputBufferCreateFd - xmlParserInputBufferCreateMem - xmlParserInputBufferCreateIO - xmlParserInputBufferRead - xmlParserInputBufferGrow - xmlParserInputBufferPush - xmlFreeParserInputBuffer - xmlParserGetDirectory - xmlRegisterInputCallbacks - - /* Interfaces for output */ - xmlRegisterDefaultOutputCallbacks - xmlAllocOutputBuffer - xmlOutputBufferCreateFilename - xmlOutputBufferCreateFile - xmlOutputBufferCreateFd - xmlOutputBufferCreateIO - xmlOutputBufferWrite - xmlOutputBufferWriteString - xmlOutputBufferFlush - xmlOutputBufferClose - xmlRegisterOutputCallbacks - #ifdef LIBXML_HTTP_ENABLED - xmlIOHTTPOpenW - xmlRegisterHTTPPostCallbacks - #endif /* LIBXML_HTTP_ENABLED */ - xmlNoNetExternalEntityLoader - - /** - * Default 'file://' protocol callbacks - */ - xmlFileMatch - xmlFileOpen - xmlFileRead - xmlFileClose - - /** - * Default 'http://' protocol callbacks - */ - #ifdef LIBXML_HTTP_ENABLED - xmlIOHTTPMatch - xmlIOHTTPOpen - xmlIOHTTPRead - xmlIOHTTPClose - #endif /* LIBXML_HTTP_ENABLED */ - - /** - * Default 'ftp://' protocol callbacks - */ - #ifdef LIBXML_FTP_ENABLED - xmlIOFTPMatch - xmlIOFTPOpen - xmlIOFTPRead - xmlIOFTPClose - #endif /* LIBXML_FTP_ENABLED */ - - -/* xmlmemory.h - --------------------------------------------------------------------- */ - // xmlFree DATA <-- moved to the globals.h section - // xmlMalloc DATA <-- moved to the globals.h section - // xmlRealloc DATA <-- moved to the globals.h section - // xmlMemStrdup DATA <-- moved to the globals.h section - xmlMemSetup - xmlMemGet - xmlInitMemory - xmlMemUsed - xmlMemDisplay - xmlMemShow - xmlMemoryDump - #ifdef DEBUG_MEMORY_LOCATION - xmlMallocLoc - xmlReallocLoc - xmlMemStrdupLoc - #endif /* DEBUG_MEMORY_LOCATION */ - - -/* xmlversion.h - --------------------------------------------------------------------- */ - xmlCheckVersion - - -/* xpath.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_XPATH_ENABLED - /* Objects and Nodesets handling */ - xmlXPathNAN DATA - xmlXPathPINF DATA - xmlXPathNINF DATA - xmlXPathIsNaN - xmlXPathIsInf - - xmlXPathFreeObject - xmlXPathNodeSetCreate - xmlXPathFreeNodeSetList - xmlXPathFreeNodeSet - xmlXPathObjectCopy - xmlXPathCmpNodes - - /* Conversion functions to basic types */ - xmlXPathCastNumberToBoolean - xmlXPathCastStringToBoolean - xmlXPathCastNodeSetToBoolean - xmlXPathCastToBoolean - xmlXPathCastBooleanToNumber - xmlXPathCastStringToNumber - xmlXPathCastNodeToNumber - xmlXPathCastNodeSetToNumber - xmlXPathCastToNumber - xmlXPathCastBooleanToString - xmlXPathCastNumberToString - xmlXPathCastNodeToString - xmlXPathCastNodeSetToString - xmlXPathCastToString - xmlXPathConvertBoolean - xmlXPathConvertNumber - xmlXPathConvertString - - /* Context handling */ - xmlXPathInit - xmlXPathNewContext - xmlXPathFreeContext - - /* Evaluation functions. */ - xmlXPathEval - xmlXPathEvalExpression - xmlXPathEvalPredicate - - /* Separate compilation/evaluation entry points */ - xmlXPathCompile - xmlXPathCompiledEval - xmlXPathFreeCompExpr -#endif /* LIBXML_XPATH_ENABLED */ - - -/* xpathinternals.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_XPATH_ENABLED - xmlXPathPopBoolean - xmlXPathPopNumber - xmlXPathPopString - xmlXPathPopNodeSet - xmlXPathPopExternal - - /* Variable Lookup forwarding */ - xmlXPathRegisterVariableLookup - - /* Function Lookup forwarding */ - xmlXPathRegisterFuncLookup - - /* Error reporting */ - xmlXPatherror - xmlXPathDebugDumpObject - xmlXPathDebugDumpCompExpr - - /* NodeSet handling */ - xmlXPathNodeSetContains - xmlXPathDifference - xmlXPathIntersection - xmlXPathDistinctSorted - xmlXPathDistinct - xmlXPathHasSameNodes - xmlXPathNodeLeadingSorted - xmlXPathLeadingSorted - xmlXPathNodeLeading - xmlXPathLeading - xmlXPathNodeTrailingSorted - xmlXPathTrailingSorted - xmlXPathNodeTrailing - xmlXPathTrailing - - /* Extending a context */ - xmlXPathRegisterNs - xmlXPathNsLookup - xmlXPathRegisteredNsCleanup - xmlXPathRegisterFunc - xmlXPathRegisterFuncNS - xmlXPathRegisterVariable - xmlXPathRegisterVariableNS - xmlXPathFunctionLookup - xmlXPathFunctionLookupNS - xmlXPathRegisteredFuncsCleanup - xmlXPathVariableLookup - xmlXPathVariableLookupNS - xmlXPathRegisteredVariablesCleanup - - /* Utilities to extend XPath */ - xmlXPathNewParserContext - xmlXPathFreeParserContext - - /* TODO: remap to xmlXPathValuePop and Push */ - valuePop - valuePush - - xmlXPathNewString - xmlXPathNewCString - xmlXPathWrapString - xmlXPathWrapCString - xmlXPathNewFloat - xmlXPathNewBoolean - xmlXPathNewNodeSet - xmlXPathNewValueTree - xmlXPathNodeSetAdd - xmlXPathNodeSetAddUnique - xmlXPathNodeSetAddNs - xmlXPathNodeSetSort - xmlXPathIdFunction - xmlXPathRoot - xmlXPathEvalExpr - xmlXPathParseName - xmlXPathParseNCName - - /* Debug */ - #ifdef LIBXML_DEBUG_ENABLED - xmlXPathDebugDumpObject - xmlXPathDebugDumpCompExpr - #endif /* LIBXML_DEBUG_ENABLED */ - - /* Existing functions */ - xmlXPathStringEvalNumber - xmlXPathEvaluatePredicateResult - xmlXPathInit - xmlXPathStringFunction - xmlXPathRegisterAllFunctions - xmlXPathNodeSetCreate - xmlXPathNodeSetAdd - xmlXPathNodeSetMerge - xmlXPathNodeSetDel - xmlXPathNodeSetRemove - xmlXPathFreeNodeSet - xmlXPathNewNodeSet - xmlXPathNewNodeSetList - xmlXPathWrapNodeSet - xmlXPathWrapExternal - xmlXPathFreeNodeSetList - - xmlXPathNewFloat - xmlXPathNewBoolean - xmlXPathNewString - xmlXPathNewCString - xmlXPathFreeObject - xmlXPathNewContext - xmlXPathFreeContext - - xmlXPathEqualValues - xmlXPathCompareValues - xmlXPathValueFlipSign - xmlXPathAddValues - xmlXPathSubValues - xmlXPathMultValues - xmlXPathDivValues - xmlXPathModValues - - xmlXPathIsNodeType - - /* Some of the axis navigation routines */ - xmlXPathNextSelf - xmlXPathNextChild - xmlXPathNextDescendant - xmlXPathNextDescendantOrSelf - xmlXPathNextParent - xmlXPathNextAncestorOrSelf - xmlXPathNextFollowingSibling - xmlXPathNextFollowing - xmlXPathNextNamespace - xmlXPathNextAttribute - xmlXPathNextPreceding - xmlXPathNextAncestor - xmlXPathNextPrecedingSibling - - /* The official core of XPath functions */ - xmlXPathRoot - xmlXPathLastFunction - xmlXPathPositionFunction - xmlXPathCountFunction - xmlXPathIdFunction - xmlXPathLocalNameFunction - xmlXPathNamespaceURIFunction - xmlXPathStringFunction - xmlXPathStringLengthFunction - xmlXPathConcatFunction - xmlXPathContainsFunction - xmlXPathStartsWithFunction - xmlXPathSubstringFunction - xmlXPathSubstringBeforeFunction - xmlXPathSubstringAfterFunction - xmlXPathNormalizeFunction - xmlXPathTranslateFunction - xmlXPathNotFunction - xmlXPathTrueFunction - xmlXPathFalseFunction - xmlXPathLangFunction - xmlXPathNumberFunction - xmlXPathSumFunction - xmlXPathFloorFunction - xmlXPathCeilingFunction - xmlXPathRoundFunction - xmlXPathBooleanFunction - - /* really internal functions */ - xmlXPathNodeSetFreeNs -#endif /* LIBXML_XPATH_ENABLED */ - - -/* xpointer.h - --------------------------------------------------------------------- */ -#ifdef LIBXML_XPTR_ENABLED - /* Handling of location sets */ - xmlXPtrLocationSetCreate - xmlXPtrFreeLocationSet - xmlXPtrLocationSetMerge - xmlXPtrNewRange - xmlXPtrNewRangePoints - xmlXPtrNewRangeNodePoint - xmlXPtrNewRangePointNode - xmlXPtrNewRangeNodes - xmlXPtrNewLocationSetNodes - xmlXPtrNewLocationSetNodeSet - xmlXPtrNewRangeNodeObject - xmlXPtrNewCollapsedRange - xmlXPtrLocationSetAdd - xmlXPtrWrapLocationSet - xmlXPtrLocationSetDel - xmlXPtrLocationSetRemove - - /* Functions */ - xmlXPtrNewContext - xmlXPtrEval - xmlXPtrRangeToFunction - xmlXPtrBuildNodeList - xmlXPtrEvalRangePredicate -#endif /* LIBXML_XPTR_ENABLED */ - - diff --git a/win32/dsp/libxml2.dsp b/win32/dsp/libxml2.dsp deleted file mode 100644 index 3433fa77..00000000 --- a/win32/dsp/libxml2.dsp +++ /dev/null @@ -1,387 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libxml2" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libxml2 - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "libxml2.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "libxml2.mak" CFG="libxml2 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libxml2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libxml2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "libxml2 - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libxml2___Win32_Release" -# PROP BASE Intermediate_Dir "libxml2___Win32_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "libxml2" -# PROP Intermediate_Dir "libxml2" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FD /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# Begin Custom Build - Creating static library libxml2_a.lib... -InputPath=.\libxml2\libxml2.dll -SOURCE="$(InputPath)" - -"libxml2\libxml2_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libxml2\libxml2_a.lib libxml2\*.obj - -# End Custom Build - -!ELSEIF "$(CFG)" == "libxml2 - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libxml2___Win32_Debug" -# PROP BASE Intermediate_Dir "libxml2___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "libxml2" -# PROP Intermediate_Dir "libxml2" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "libxml2_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# Begin Custom Build - Creating static library libxml2_a.lib... -InputPath=.\libxml2\libxml2.dll -SOURCE="$(InputPath)" - -"libxml2\libxml2_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libxml2\libxml2_a.lib libxml2\*.obj - -# End Custom Build - -!ENDIF - -# Begin Target - -# Name "libxml2 - Win32 Release" -# Name "libxml2 - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\c14n.c -# End Source File -# Begin Source File - -SOURCE=..\..\catalog.c -# End Source File -# Begin Source File - -SOURCE=..\..\debugXML.c -# End Source File -# Begin Source File - -SOURCE=..\..\DOCBparser.c -# End Source File -# Begin Source File - -SOURCE=..\..\encoding.c -# End Source File -# Begin Source File - -SOURCE=..\..\entities.c -# End Source File -# Begin Source File - -SOURCE=..\..\error.c -# End Source File -# Begin Source File - -SOURCE=..\..\globals.c -# End Source File -# Begin Source File - -SOURCE=..\..\hash.c -# End Source File -# Begin Source File - -SOURCE=..\..\HTMLparser.c -# End Source File -# Begin Source File - -SOURCE=..\..\HTMLtree.c -# End Source File -# Begin Source File - -SOURCE=.\libxml2.def -# End Source File -# Begin Source File - -SOURCE=.\libxml2.def.src - -!IF "$(CFG)" == "libxml2 - Win32 Release" - -USERDEP__LIBXM="../../include/libxml/xmlversion.h" -# Begin Custom Build -InputPath=.\libxml2.def.src - -"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def - -# End Custom Build - -!ELSEIF "$(CFG)" == "libxml2 - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -USERDEP__LIBXM="../../include/libxml/xmlversion.h" -# Begin Custom Build -InputPath=.\libxml2.def.src - -"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def - -# End Custom Build - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\list.c -# End Source File -# Begin Source File - -SOURCE=..\..\nanoftp.c -# End Source File -# Begin Source File - -SOURCE=..\..\nanohttp.c -# End Source File -# Begin Source File - -SOURCE=..\..\parser.c -# End Source File -# Begin Source File - -SOURCE=..\..\parserInternals.c -# End Source File -# Begin Source File - -SOURCE=..\..\SAX.c -# End Source File -# Begin Source File - -SOURCE=..\..\threads.c -# End Source File -# Begin Source File - -SOURCE=..\..\tree.c -# End Source File -# Begin Source File - -SOURCE=..\..\uri.c -# End Source File -# Begin Source File - -SOURCE=..\..\valid.c -# End Source File -# Begin Source File - -SOURCE=..\..\xinclude.c -# End Source File -# Begin Source File - -SOURCE=..\..\xlink.c -# End Source File -# Begin Source File - -SOURCE=..\..\xmlIO.c -# End Source File -# Begin Source File - -SOURCE=..\..\xmlmemory.c -# End Source File -# Begin Source File - -SOURCE=..\..\xpath.c -# End Source File -# Begin Source File - -SOURCE=..\..\xpointer.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\include\libxml\c14n.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\catalog.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\debugXML.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\DOCBparser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\encoding.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\entities.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\globals.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\hash.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\HTMLparser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\HTMLtree.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxml.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\list.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\nanoftp.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\nanohttp.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\parser.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\parserInternals.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\SAX.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\tree.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\uri.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\valid.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\win32config.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xinclude.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xlink.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xmlerror.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xmlIO.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xmlmemory.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xmlversion.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xmlwin32version.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xpath.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xpathInternals.h -# End Source File -# Begin Source File - -SOURCE=..\..\include\libxml\xpointer.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/libxml2.dsw b/win32/dsp/libxml2.dsw deleted file mode 100644 index 9242315f..00000000 --- a/win32/dsp/libxml2.dsw +++ /dev/null @@ -1,113 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libxml2"=".\libxml2.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "testDocbook"=".\testDocbook.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "testHTML"=".\testHTML.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "testSAX"=".\testSAX.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "testURI"=".\testURI.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "testXPath"=".\testXPath.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "xmlcatalog"=".\xmlcatalog.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "xmllint"=".\xmllint.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/win32/dsp/testCatalog.dsp b/win32/dsp/testCatalog.dsp deleted file mode 100644 index cfffd4a9..00000000 --- a/win32/dsp/testCatalog.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testCatalog" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testCatalog - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testCatalog.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testCatalog.mak" CFG="testCatalog - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testCatalog - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testCatalog - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testCatalog - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testCatalog" -# PROP Intermediate_Dir "testCatalog" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2_so" - -!ELSEIF "$(CFG)" == "testCatalog - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testCatalog" -# PROP Intermediate_Dir "testCatalog" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2_so" - -!ENDIF - -# Begin Target - -# Name "testCatalog - Win32 Release" -# Name "testCatalog - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testCatalog.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/testDocbook.dsp b/win32/dsp/testDocbook.dsp deleted file mode 100644 index c2aa837f..00000000 --- a/win32/dsp/testDocbook.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testDocbook" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testDocbook - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testDocbook.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testDocbook.mak" CFG="testDocbook - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testDocbook - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testDocbook - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testDocbook - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testDocbook" -# PROP Intermediate_Dir "testDocbook" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "testDocbook - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testDocbook" -# PROP Intermediate_Dir "testDocbook" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "testDocbook - Win32 Release" -# Name "testDocbook - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testDocbook.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/testHTML.dsp b/win32/dsp/testHTML.dsp deleted file mode 100644 index 67dee283..00000000 --- a/win32/dsp/testHTML.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testHTML" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testHTML - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testHTML.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testHTML.mak" CFG="testHTML - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testHTML - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testHTML - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testHTML - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testHTML" -# PROP Intermediate_Dir "testHTML" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "testHTML - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testHTML" -# PROP Intermediate_Dir "testHTML" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "testHTML - Win32 Release" -# Name "testHTML - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testHTML.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/testSAX.dsp b/win32/dsp/testSAX.dsp deleted file mode 100644 index 2afceca7..00000000 --- a/win32/dsp/testSAX.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testSAX" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testSAX - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testSAX.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testSAX.mak" CFG="testSAX - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testSAX - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testSAX - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testSAX - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testSAX" -# PROP Intermediate_Dir "testSAX" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "testSAX - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "testSAX___Win32_Debug" -# PROP BASE Intermediate_Dir "testSAX___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testSAX" -# PROP Intermediate_Dir "testSAX" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "testSAX - Win32 Release" -# Name "testSAX - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testSAX.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/testURI.dsp b/win32/dsp/testURI.dsp deleted file mode 100644 index 77d8cae5..00000000 --- a/win32/dsp/testURI.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testURI" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testURI - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testURI.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testURI.mak" CFG="testURI - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testURI - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testURI - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testURI - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testURI" -# PROP Intermediate_Dir "testURI" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "testURI - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testURI" -# PROP Intermediate_Dir "testURI" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "testURI - Win32 Release" -# Name "testURI - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testURI.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/testXPath.dsp b/win32/dsp/testXPath.dsp deleted file mode 100644 index dacde36b..00000000 --- a/win32/dsp/testXPath.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="testXPath" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=testXPath - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "testXPath.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "testXPath.mak" CFG="testXPath - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "testXPath - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "testXPath - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "testXPath - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "testXPath" -# PROP Intermediate_Dir "testXPath" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "testXPath - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "testXPath" -# PROP Intermediate_Dir "testXPath" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib ws2_32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "testXPath - Win32 Release" -# Name "testXPath - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\testXPath.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/xmlcatalog.dsp b/win32/dsp/xmlcatalog.dsp deleted file mode 100644 index 9752be00..00000000 --- a/win32/dsp/xmlcatalog.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="xmlcatalog" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=xmlcatalog - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "xmlcatalog.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "xmlcatalog.mak" CFG="xmlcatalog - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xmlcatalog - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "xmlcatalog - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "xmlcatalog - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "xmlcatalog" -# PROP Intermediate_Dir "xmlcatalog" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 libxml2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" - -!ELSEIF "$(CFG)" == "xmlcatalog - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "xmlcatalog" -# PROP Intermediate_Dir "xmlcatalog" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" - -!ENDIF - -# Begin Target - -# Name "xmlcatalog - Win32 Release" -# Name "xmlcatalog - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\xmlcatalog.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/win32/dsp/xmllint.dsp b/win32/dsp/xmllint.dsp deleted file mode 100644 index 7aa47baa..00000000 --- a/win32/dsp/xmllint.dsp +++ /dev/null @@ -1,111 +0,0 @@ -# Microsoft Developer Studio Project File - Name="xmllint" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=xmllint - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "xmllint.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "xmllint.mak" CFG="xmllint - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xmllint - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "xmllint - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "xmllint - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "xmllint" -# PROP Intermediate_Dir "xmllint" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 libxml2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:".\libxml2" -# SUBTRACT LINK32 /pdb:none - -!ELSEIF "$(CFG)" == "xmllint - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "xmllint" -# PROP Intermediate_Dir "xmllint" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxml2.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:".\libxml2" -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "xmllint - Win32 Release" -# Name "xmllint - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\xmllint.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project