From 07876986bae35a78c7fb213a1c490207f94b2e5f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 17 Oct 2003 09:24:55 +0000 Subject: [PATCH] Removed old build files for Windows, daniel --- win32/dsp/Readme.txt | 43 ------- win32/dsp/libexslt.def | 37 ------ win32/dsp/libexslt.dsp | 169 -------------------------- win32/dsp/libxslt.def | 316 ------------------------------------------------- win32/dsp/libxslt.dsp | 273 ------------------------------------------ win32/dsp/libxslt.dsw | 53 --------- win32/dsp/xsltproc.dsp | 104 ---------------- 7 files changed, 995 deletions(-) delete mode 100644 win32/dsp/Readme.txt delete mode 100644 win32/dsp/libexslt.def delete mode 100644 win32/dsp/libexslt.dsp delete mode 100644 win32/dsp/libxslt.def delete mode 100644 win32/dsp/libxslt.dsp delete mode 100644 win32/dsp/libxslt.dsw delete mode 100644 win32/dsp/xsltproc.dsp diff --git a/win32/dsp/Readme.txt b/win32/dsp/Readme.txt deleted file mode 100644 index 6dd5bb2..0000000 --- a/win32/dsp/Readme.txt +++ /dev/null @@ -1,43 +0,0 @@ -libxslt Readme For Usage With MSVC ----------------------------------- - -If you would like to compile libxslt using Microsoft Visual -C/C++ IDE, then you must know that it cannot work out of the -box. You have to modify the project files. - -This is not happening just in order to be inconvenient. The fact -is that libxslt needs libxml in order to compile and work and that -I have no way to know where you keep libxml on your system. - -In order to compile, you must tell the compiler where to look -for the libxml headers. Likewise, you must tell the linker where -to look for libxml library. - - -Adapting The Header Search Path -------------------------------- - -In the MSVC IDE, go to Project->Settings and choose the C/C++ -options and select the Preprocessor category. Now, there is a list -of additional include directories, separated by comma. The last -entry is the location of libxml headers and this is the one which -you must adapt to your environment. - -Adapting The Library Search Path --------------------------------- - -In the MSVC IDE, go to Project->Settings and choose the Link -options and select the Input category. Now, there is an Additional -Library Path which contains the list of additional directories, -separated by comma. The last entry is the location of the libxml -library and this is the one which you must adapt to your environment. - -If Something Goes Wrong ------------------------ - -Don't panic. Use your common sense and investigate the problem. -If you cannot escape the dread, send me an email and tell me your -problems - - -27. July 2001, Igor Zlatkovic [igor@stud.fh-frankfurt.de] \ No newline at end of file diff --git a/win32/dsp/libexslt.def b/win32/dsp/libexslt.def deleted file mode 100644 index 7bd7dd3..0000000 --- a/win32/dsp/libexslt.def +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - -LIBRARY libexslt -EXPORTS - - - - exsltLibraryVersion DATA - exsltLibexsltVersion DATA - exsltLibxsltVersion DATA - exsltLibxmlVersion DATA - exsltCommonRegister - exsltMathRegister - exsltSetsRegister - exsltFuncRegister - exsltStrRegister - exsltDateRegister - exsltSaxonRegister - exsltRegisterAll - diff --git a/win32/dsp/libexslt.dsp b/win32/dsp/libexslt.dsp deleted file mode 100644 index 73a26ae..0000000 --- a/win32/dsp/libexslt.dsp +++ /dev/null @@ -1,169 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libexslt" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libexslt - 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 "libexslt.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 "libexslt.mak" CFG="libexslt - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libexslt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libexslt - 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)" == "libexslt - 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 "libexslt" -# PROP Intermediate_Dir "libexslt" -# 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 "libexslt_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "../.." /I "../../../gnome-xml/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 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 /dll /machine:I386 -# ADD LINK32 libxslt.lib 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 /dll /machine:I386 /libpath:"./libxslt" /libpath:"../../../gnome-xml/win32/dsp/libxml2" -# Begin Custom Build - Creating static library libexslt_a.lib... -InputPath=.\libexslt\libexslt.dll -SOURCE="$(InputPath)" - -"libexslt\libexslt_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libexslt\libexslt_a.lib libexslt\*.obj - -# End Custom Build - -!ELSEIF "$(CFG)" == "libexslt - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libexslt___Win32_Debug" -# PROP BASE Intermediate_Dir "libexslt___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "libexslt" -# PROP Intermediate_Dir "libexslt" -# 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 "libexslt_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "../.." /I "../../../gnome-xml/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /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 /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 libxslt.lib 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 /dll /debug /machine:I386 /pdbtype:sept /libpath:"./libxslt" /libpath:"../../../gnome-xml/win32/dsp/libxml2" -# Begin Custom Build - Creating static library libexslt_a.lib... -InputPath=.\libexslt\libexslt.dll -SOURCE="$(InputPath)" - -"libexslt\libexslt_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libexslt\libexslt_a.lib libexslt\*.obj - -# End Custom Build - -!ENDIF - -# Begin Target - -# Name "libexslt - Win32 Release" -# Name "libexslt - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\libexslt\common.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\date.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\exslt.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\functions.c -# End Source File -# Begin Source File - -SOURCE=.\libexslt.def -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\math.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\saxon.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\sets.c -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\strings.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\libexslt\exslt.h -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\libexslt.h -# End Source File -# Begin Source File - -SOURCE=..\..\libexslt\exsltconfig.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/libxslt.def b/win32/dsp/libxslt.def deleted file mode 100644 index d2e8cc3..0000000 --- a/win32/dsp/libxslt.def +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - - - - - - - - - - - - - - -LIBRARY libxslt -EXPORTS - - - - xsltParseStylesheetAttributeSet - xsltFreeAttributeSetsHashes - xsltApplyAttributeSet - - - - - xsltNewDocument - xsltLoadDocument - xsltFindDocument - xsltFreeDocuments - xsltLoadStyleDocument - xsltNewStyleDocument - xsltFreeStyleDocuments - - - - - xsltRegisterExtModule - xsltRegisterExtModuleFull - xsltUnregisterExtModule - xsltGetExtData - xsltStyleGetExtData - xsltShutdownCtxtExts - xsltShutdownExts - xsltXPathGetTransformContext - - - xsltRegisterExtModuleFunction - - xsltExtModuleFunctionLookup - xsltUnregisterExtModuleFunction - - - xsltNewElemPreComp - xsltInitElemPreComp - xsltRegisterExtModuleElement - xsltExtElementLookup - xsltExtModuleElementLookup - xsltExtModuleElementPreComputeLookup - xsltUnregisterExtModuleElement - - - xsltRegisterExtModuleTopLevel - xsltExtModuleTopLevelLookup - xsltUnregisterExtModuleTopLevel - - - xsltRegisterExtFunction - xsltRegisterExtElement - - - - xsltRegisterExtPrefix - xsltCheckExtPrefix - xsltInitCtxtExts - xsltFreeCtxtExts - xsltFreeExts - xsltPreComputeExtModuleElement - - - xsltRegisterTestModule - - - - - xsltFunctionNodeSet - xsltDebug - xsltRegisterExtras - xsltRegisterAllExtras - - - - - - xsltDocumentFunction - xsltKeyFunction - xsltUnparsedEntityURIFunction - xsltFormatNumberFunction - xsltGenerateIdFunction - xsltSystemPropertyFunction - xsltElementAvailableFunction - xsltFunctionAvailableFunction - - - xsltRegisterAllFunctions - - - - - - xsltParseStylesheetImport - xsltParseStylesheetInclude - xsltNextImport - xsltNeedElemSpaceHandling - xsltFindElemSpaceHandling - xsltFindTemplate - - - - - xsltAddKey - xsltGetKey - xsltInitCtxtKeys - xsltFreeKeys - xsltFreeDocumentKeys - - - - - xsltNamespaceAlias - xsltGetNamespace - xsltGetSpecialNamespace - xsltCopyNamespace - xsltCopyNamespaceList - xsltFreeNamespaceAliasHashes - - - - - - - - - - - xsltCompilePattern - xsltFreeCompMatchList - xsltTestCompMatchList - - - xsltAddTemplate - xsltGetTemplate - xsltFreeTemplateHashes - xsltCleanupTemplates - - - - - - - - xsltDocumentComp - xsltStylePreCompute - xsltFreeStylePreComps - - - - - xsltEvalXPathPredicate - xsltEvalTemplateString - xsltEvalAttrValueTemplate - xsltEvalStaticAttrValueTemplate - - - xsltEvalXPathString - xsltTemplateProcess - xsltAttrListTemplateProcess - xsltAttrTemplateProcess - xsltAttrTemplateValueProcess - - - - - - xsltSetXIncludeDefault - xsltGetXIncludeDefault - - - xsltNewTransformContext - xsltFreeTransformContext - xsltApplyStylesheetUser - - - xsltApplyStripSpaces - xsltExtElementLookup - xsltApplyStylesheet - xsltProfileStylesheet - xsltRunStylesheet - xsltRunStylesheetUser - xsltApplyOneTemplate - xsltDocumentElem - xsltSort - xsltCopy - xsltText - xsltElement - xsltComment - xsltAttribute - xsltProcessingInstruction - xsltCopyOf - xsltValueOf - xsltNumber - xsltApplyImports - xsltCallTemplate - xsltApplyTemplates - xsltChoose - xsltIf - xsltForEach - xsltRegisterAllElement - - - xslHandleDebugger - - - - - - xsltEvalGlobalVariables - xsltEvalUserParams - xsltQuoteUserParams - xsltEvalOneUserParam - xsltQuoteOneUserParam - xsltParseGlobalVariable - xsltParseGlobalParam - xsltParseStylesheetVariable - xsltParseStylesheetParam - xsltParseStylesheetCallerParam - xsltAddStackElemList - xsltFreeGlobalVariables - xsltVariableLookup - xsltXPathVariableLookup - - - - - xsltMaxDepth DATA - xsltEngineVersion DATA - xsltLibxsltVersion DATA - xsltLibxmlVersion DATA - xsltCleanupGlobals - - - - - - - xsltNewStylesheet - xsltParseStylesheetFile - xsltFreeStylesheet - xsltIsBlank - xsltFreeStackElemList - xsltDecimalFormatGetByName - xsltParseStylesheetProcess - xsltParseStylesheetOutput - xsltParseStylesheetDoc - xsltLoadStylesheetPI - xsltNumberFormat - xsltFormatNumberConversion - xsltParseTemplateContent - xsltAllocateExtra - xsltAllocateExtraCtxt - - - - - - xsltGetNsProp - - - xsltGenericError DATA - xsltGenericErrorContext DATA - xsltGenericDebug DATA - xsltGenericDebugContext DATA - xsltPrintErrorContext - xsltMessage - xsltSetGenericErrorFunc - xsltSetGenericDebugFunc - - - xsltDocumentSortFunction - xsltDoSortFunction - - - xsltGetQNameURI - - - xsltSaveResultTo - xsltSaveResultToFilename - xsltSaveResultToFile - xsltSaveResultToFd - - - xsltSaveProfiling - xsltTimestamp - xsltCalibrateAdjust - - - xslDebugStatus DATA - xsltSetDebuggerCallbacks - xslAddCall - xslDropCall - diff --git a/win32/dsp/libxslt.dsp b/win32/dsp/libxslt.dsp deleted file mode 100644 index 89d8ce6..0000000 --- a/win32/dsp/libxslt.dsp +++ /dev/null @@ -1,273 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libxslt" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=libxslt - 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 "libxslt.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 "libxslt.mak" CFG="libxslt - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libxslt - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libxslt - 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)" == "libxslt - 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 "libxslt" -# PROP Intermediate_Dir "libxslt" -# 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 "libxslt_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I "../.." /I "../../libxslt" /I "../../../gnome-xml/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 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 /dll /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 /dll /machine:I386 /libpath:"../../../gnome-xml/win32/dsp/libxml2" -# Begin Custom Build - Creating static library libxslt_a.lib... -InputPath=.\libxslt\libxslt.dll -SOURCE="$(InputPath)" - -"libxslt\libxslt_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libxslt\libxslt_a.lib libxslt\*.obj - -# End Custom Build - -!ELSEIF "$(CFG)" == "libxslt - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libxslt___Win32_Debug" -# PROP BASE Intermediate_Dir "libxslt___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "libxslt" -# PROP Intermediate_Dir "libxslt" -# 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 "libxslt_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MD /W3 /Gm /Zi /Od /I "../.." /I "../../libxslt" /I "../../../gnome-xml/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /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 /dll /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 /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../gnome-xml/win32/dsp/libxml2" -# Begin Custom Build - Creating static library libxslt_a.lib... -InputPath=.\libxslt\libxslt.dll -SOURCE="$(InputPath)" - -"libxslt\libxslt_a.lib" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - lib /nologo /out:libxslt\libxslt_a.lib libxslt\*.obj - -# End Custom Build - -!ENDIF - -# Begin Target - -# Name "libxslt - Win32 Release" -# Name "libxslt - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\libxslt\attributes.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\documents.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\extensions.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\extra.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\functions.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\imports.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\keys.c -# End Source File -# Begin Source File - -SOURCE=.\libxslt.def -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\namespaces.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\numbers.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\pattern.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\preproc.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\templates.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\transform.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\variables.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xslt.c -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xsltutils.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\libxslt\attributes.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\documents.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\extensions.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\extra.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\functions.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\imports.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\keys.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\libxslt.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\namespaces.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\numbersInternals.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\pattern.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\preproc.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\templates.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\transform.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\variables.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\win32config.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xslt.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xsltconfig.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xsltInternals.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xsltutils.h -# End Source File -# Begin Source File - -SOURCE=..\..\libxslt\xsltwin32config.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/libxslt.dsw b/win32/dsp/libxslt.dsw deleted file mode 100644 index 8b8aaf0..0000000 --- a/win32/dsp/libxslt.dsw +++ /dev/null @@ -1,53 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libexslt"=.\libexslt.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "libxslt"=.\libxslt.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "xsltproc"=.\xsltproc.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/win32/dsp/xsltproc.dsp b/win32/dsp/xsltproc.dsp deleted file mode 100644 index c9bdec7..0000000 --- a/win32/dsp/xsltproc.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="xsltproc" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=xsltproc - 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 "xsltproc.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 "xsltproc.mak" CFG="xsltproc - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "xsltproc - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "xsltproc - 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)" == "xsltproc - 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 "xsltproc" -# PROP Intermediate_Dir "xsltproc" -# 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 "../.." /I "../../../gnome-xml/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 libexslt.lib libxslt.lib 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:"./libexslt" /libpath:"./libxslt" /libpath:"../../../gnome-xml/win32/dsp/libxml2" - -!ELSEIF "$(CFG)" == "xsltproc - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "xsltproc___Win32_Debug" -# PROP BASE Intermediate_Dir "xsltproc___Win32_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "xsltproc" -# PROP Intermediate_Dir "xsltproc" -# 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 "../.." /I "../../../gnome-xml/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 libexslt.lib libxslt.lib 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:"./libexslt" /libpath:"./libxslt" /libpath:"../../../gnome-xml/win32/dsp/libxml2" - -!ENDIF - -# Begin Target - -# Name "xsltproc - Win32 Release" -# Name "xsltproc - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\xsltproc\xsltproc.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 -- 2.7.4