summaryrefslogtreecommitdiff
path: root/srclib
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-10-18 17:37:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-10-18 17:37:05 +0000
commitfead05f0bf63dcdf93cdecc8f2b4755ff1ebef24 (patch)
tree26ca7c6be508fc3c4e427e3a1c39ebc777d2b07b /srclib
parentdddb7a835da181fd7d94c94d0c0accdf23644d58 (diff)
downloadhttpd-fead05f0bf63dcdf93cdecc8f2b4755ff1ebef24.tar.gz
expatlib is definately more in sync with the Unix build, so we now
build the expatlib.dsp rather than seperate xmltok/xmlparse .dsp's. Submitted by: Greg Stein Reviewed by: William Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r--srclib/expat-lite/expatlib.def51
-rw-r--r--srclib/expat-lite/expatlib.dsp124
-rw-r--r--srclib/expat-lite/libexpat.def51
-rw-r--r--srclib/expat-lite/libexpat.dsp124
4 files changed, 350 insertions, 0 deletions
diff --git a/srclib/expat-lite/expatlib.def b/srclib/expat-lite/expatlib.def
new file mode 100644
index 0000000000..67d1c50f6f
--- /dev/null
+++ b/srclib/expat-lite/expatlib.def
@@ -0,0 +1,51 @@
+; expatlib.def
+
+LIBRARY expatlib
+DESCRIPTION ''
+
+EXPORTS
+ XmlGetUtf16InternalEncoding @1
+ XmlGetUtf8InternalEncoding @2
+ XmlInitEncoding @3
+ XmlInitUnknownEncoding @4
+ XmlParseXmlDecl @5
+ XmlPrologStateInit @6
+ XmlSizeOfUnknownEncoding @7
+ XmlUtf16Encode @8
+ XmlUtf8Encode @9
+
+ XML_DefaultCurrent @11
+ XML_ErrorString @12
+ XML_ExternalEntityParserCreate @13
+ XML_GetBase @14
+ XML_GetBuffer @15
+ XML_GetCurrentByteCount @16
+ XML_GetCurrentByteIndex @17
+ XML_GetCurrentColumnNumber @18
+ XML_GetCurrentLineNumber @19
+ XML_GetErrorCode @20
+ XML_GetSpecifiedAttributeCount @21
+ XML_Parse @22
+ XML_ParseBuffer @23
+ XML_ParserCreate @24
+ XML_ParserCreateNS @25
+ XML_ParserFree @26
+ XML_SetBase @27
+ XML_SetCdataSectionHandler @28
+ XML_SetCharacterDataHandler @29
+ XML_SetCommentHandler @30
+ XML_SetDefaultHandler @31
+ XML_SetDefaultHandlerExpand @32
+ XML_SetElementHandler @33
+ XML_SetEncoding @34
+ XML_SetExternalEntityRefHandler @35
+ XML_SetExternalEntityRefHandlerArg @36
+ XML_SetNamespaceDeclHandler @37
+ XML_SetNotStandaloneHandler @38
+ XML_SetNotationDeclHandler @39
+ XML_SetProcessingInstructionHandler @40
+ XML_SetUnknownEncodingHandler @41
+ XML_SetUnparsedEntityDeclHandler @42
+ XML_SetUserData @43
+ XML_UseParserAsHandlerArg @44
+
diff --git a/srclib/expat-lite/expatlib.dsp b/srclib/expat-lite/expatlib.dsp
new file mode 100644
index 0000000000..66b3f40dbf
--- /dev/null
+++ b/srclib/expat-lite/expatlib.dsp
@@ -0,0 +1,124 @@
+# Microsoft Developer Studio Project File - Name="expatlib" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=expatlib - 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 "expatlib.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 "expatlib.mak" CFG="expatlib - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "expatlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "expatlib - 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)" == "expatlib - 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 "expatlibR"
+# PROP Intermediate_Dir "expatlibR"
+# 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 "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /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 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 /nologo /dll /machine:I386
+# ADD LINK32 /nologo /dll /machine:I386 /base:@"..\..\os\win32\BaseAddr.ref",expatlib
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "expatlib - 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 "expatlibD"
+# PROP Intermediate_Dir "expatlibD"
+# 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 "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /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 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 /nologo /dll /debug /machine:I386
+# ADD LINK32 /nologo /dll /debug /machine:I386 /base:@"..\..\os\win32\BaseAddr.ref",expatlib
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "expatlib - Win32 Release"
+# Name "expatlib - Win32 Debug"
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\hashtable.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlparse.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlparse.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\dllmain.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlrole.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmltok.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\expatlib.def"
+# End Source File
+
+# End Target
+# End Project
diff --git a/srclib/expat-lite/libexpat.def b/srclib/expat-lite/libexpat.def
new file mode 100644
index 0000000000..67d1c50f6f
--- /dev/null
+++ b/srclib/expat-lite/libexpat.def
@@ -0,0 +1,51 @@
+; expatlib.def
+
+LIBRARY expatlib
+DESCRIPTION ''
+
+EXPORTS
+ XmlGetUtf16InternalEncoding @1
+ XmlGetUtf8InternalEncoding @2
+ XmlInitEncoding @3
+ XmlInitUnknownEncoding @4
+ XmlParseXmlDecl @5
+ XmlPrologStateInit @6
+ XmlSizeOfUnknownEncoding @7
+ XmlUtf16Encode @8
+ XmlUtf8Encode @9
+
+ XML_DefaultCurrent @11
+ XML_ErrorString @12
+ XML_ExternalEntityParserCreate @13
+ XML_GetBase @14
+ XML_GetBuffer @15
+ XML_GetCurrentByteCount @16
+ XML_GetCurrentByteIndex @17
+ XML_GetCurrentColumnNumber @18
+ XML_GetCurrentLineNumber @19
+ XML_GetErrorCode @20
+ XML_GetSpecifiedAttributeCount @21
+ XML_Parse @22
+ XML_ParseBuffer @23
+ XML_ParserCreate @24
+ XML_ParserCreateNS @25
+ XML_ParserFree @26
+ XML_SetBase @27
+ XML_SetCdataSectionHandler @28
+ XML_SetCharacterDataHandler @29
+ XML_SetCommentHandler @30
+ XML_SetDefaultHandler @31
+ XML_SetDefaultHandlerExpand @32
+ XML_SetElementHandler @33
+ XML_SetEncoding @34
+ XML_SetExternalEntityRefHandler @35
+ XML_SetExternalEntityRefHandlerArg @36
+ XML_SetNamespaceDeclHandler @37
+ XML_SetNotStandaloneHandler @38
+ XML_SetNotationDeclHandler @39
+ XML_SetProcessingInstructionHandler @40
+ XML_SetUnknownEncodingHandler @41
+ XML_SetUnparsedEntityDeclHandler @42
+ XML_SetUserData @43
+ XML_UseParserAsHandlerArg @44
+
diff --git a/srclib/expat-lite/libexpat.dsp b/srclib/expat-lite/libexpat.dsp
new file mode 100644
index 0000000000..66b3f40dbf
--- /dev/null
+++ b/srclib/expat-lite/libexpat.dsp
@@ -0,0 +1,124 @@
+# Microsoft Developer Studio Project File - Name="expatlib" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=expatlib - 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 "expatlib.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 "expatlib.mak" CFG="expatlib - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "expatlib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "expatlib - 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)" == "expatlib - 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 "expatlibR"
+# PROP Intermediate_Dir "expatlibR"
+# 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 "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /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 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 /nologo /dll /machine:I386
+# ADD LINK32 /nologo /dll /machine:I386 /base:@"..\..\os\win32\BaseAddr.ref",expatlib
+# SUBTRACT LINK32 /pdb:none
+
+!ELSEIF "$(CFG)" == "expatlib - 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 "expatlibD"
+# PROP Intermediate_Dir "expatlibD"
+# 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 "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XMLTOK_EXPORTS" /D "XMLPARSE_EXPORTS" /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 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 /nologo /dll /debug /machine:I386
+# ADD LINK32 /nologo /dll /debug /machine:I386 /base:@"..\..\os\win32\BaseAddr.ref",expatlib
+# SUBTRACT LINK32 /pdb:none
+
+!ENDIF
+
+# Begin Target
+
+# Name "expatlib - Win32 Release"
+# Name "expatlib - Win32 Debug"
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\hashtable.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlparse.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlparse.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\dllmain.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmlrole.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\xmltok.c"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\lib\expat-lite\expatlib.def"
+# End Source File
+
+# End Target
+# End Project