Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 55827 invoked by uid 500); 18 Oct 2000 17:37:11 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 55809 invoked by uid 500); 18 Oct 2000 17:37:10 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 18 Oct 2000 17:37:06 -0000 Message-ID: <20001018173706.55760.qmail@locus.apache.org> From: wrowe@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src Apache.dsw Makefile.win wrowe 00/10/18 10:37:05 Modified: src/os/win32 BaseAddr.ref src Apache.dsw Makefile.win Added: src/lib/expat-lite expatlib.dsp expatlib.def Log: 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 Revision Changes Path 1.1 apache-2.0/src/lib/expat-lite/expatlib.dsp Index: expatlib.dsp =================================================================== # 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 1.1 apache-2.0/src/lib/expat-lite/expatlib.def Index: expatlib.def =================================================================== ; 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 1.9 +1 -2 apache-2.0/src/os/win32/BaseAddr.ref Index: BaseAddr.ref =================================================================== RCS file: /home/cvs/apache-2.0/src/os/win32/BaseAddr.ref,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- BaseAddr.ref 2000/10/11 07:45:34 1.8 +++ BaseAddr.ref 2000/10/18 17:37:04 1.9 @@ -25,5 +25,4 @@ mod_auth_dbm 0x6FDF0000 0x00010000 mod_dav_fs 0x6FDE0000 0x00010000 mod_dav 0x6FDC0000 0x00020000 -xmltok 0x6FDA0000 0x00020000 -xmlparse 0x6FD90000 0x00010000 \ No newline at end of file +expatlib 0x6FD00000 0x00030000 1.28 +19 -37 apache-2.0/src/Apache.dsw Index: Apache.dsw =================================================================== RCS file: /home/cvs/apache-2.0/src/Apache.dsw,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- Apache.dsw 2000/10/16 13:50:25 1.27 +++ Apache.dsw 2000/10/18 17:37:05 1.28 @@ -60,11 +60,8 @@ Project_Dep_Name ApacheCore End Project Dependency Begin Project Dependency - Project_Dep_Name xmlparse + Project_Dep_Name expatlib End Project Dependency - Begin Project Dependency - Project_Dep_Name xmltok - End Project Dependency }}} ############################################################################### @@ -141,14 +138,14 @@ Project_Dep_Name pcreposix End Project Dependency Begin Project Dependency - Project_Dep_Name xmlparse - End Project Dependency - Begin Project Dependency Project_Dep_Name mod_dav End Project Dependency Begin Project Dependency Project_Dep_Name mod_dav_fs End Project Dependency + Begin Project Dependency + Project_Dep_Name expatlib + End Project Dependency }}} ############################################################################### @@ -210,6 +207,18 @@ ############################################################################### +Project: "expatlib"=".\lib\expat-lite\expatlib.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "gen_test_char"=".\main\gen_test_char.dsp" - Package Owner=<4> Package=<5> @@ -405,9 +414,6 @@ Package=<4> {{{ Begin Project Dependency - Project_Dep_Name xmlparse - End Project Dependency - Begin Project Dependency Project_Dep_Name ApacheCoreDll End Project Dependency Begin Project Dependency @@ -419,6 +425,9 @@ Begin Project Dependency Project_Dep_Name mod_dav End Project Dependency + Begin Project Dependency + Project_Dep_Name expatlib + End Project Dependency }}} ############################################################################### @@ -628,33 +637,6 @@ ############################################################################### Project: "sdbmlib"=".\lib\sdbm\sdbmlib.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "xmlparse"=".\lib\expat-lite\xmlparse.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ - Begin Project Dependency - Project_Dep_Name xmltok - End Project Dependency -}}} - -############################################################################### - -Project: "xmltok"=".\lib\expat-lite\xmltok.dsp" - Package Owner=<4> Package=<5> {{{ 1.29 +3 -5 apache-2.0/src/Makefile.win Index: Makefile.win =================================================================== RCS file: /home/cvs/apache-2.0/src/Makefile.win,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- Makefile.win 2000/10/11 17:25:07 1.28 +++ Makefile.win 2000/10/18 17:37:05 1.29 @@ -69,8 +69,7 @@ $(MAKE) $(MAKEOPT) -f aprlibdll.mak CFG="aprlibdll - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd lib\expat-lite - $(MAKE) $(MAKEOPT) -f xmltok.mak CFG="xmltok - Win32 $(LONG)" RECURSE=0 $(CTARGET) - $(MAKE) $(MAKEOPT) -f xmlparse.mak CFG="xmlparse - Win32 $(LONG)" RECURSE=0 $(CTARGET) + $(MAKE) $(MAKEOPT) -f expatlib.mak CFG="expatlib - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. cd lib\pcre $(MAKE) $(MAKEOPT) -f dftables.mak CFG="dftables - Win32 $(LONG)" RECURSE=0 $(CTARGET) @@ -123,9 +122,8 @@ copy Apache$(SHORT)\Apache.exe $(INSTDIR) copy Core$(SHORT)\ApacheCore.dll $(INSTDIR) copy lib\apr\$(LONG)\aprlib.dll $(INSTDIR) - copy lib\expat-lite\XMLParse$(SHORT)\xmlparse.dll $(INSTDIR) - copy lib\expat-lite\XMLTok$(SHORT)\xmltok.dll $(INSTDIR) - copy os\win32\mod_auth_anon$(SHORT)\mod_auth_anon.dll $(INSTDIR)\modules + copy lib\expat-lite\expatlib$(SHORT)\expatlib.dll $(INSTDIR) + copy os\win32\mod_auth_anon$(SHORT)\mod_auth_anon.dll $(INSTDIR)\modules copy os\win32\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules copy os\win32\mod_auth_digest$(SHORT)\mod_auth_digest.dll $(INSTDIR)\modules copy os\win32\mod_cern_meta$(SHORT)\mod_cern_meta.dll $(INSTDIR)\modules