You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@locus.apache.org on 2000/12/05 18:22:23 UTC

cvs commit: apr-util aprutil.dsp aprutil.def aprutildll.dsp

wrowe       00/12/05 09:22:22

  Added:       .        aprutil.dsp aprutil.def aprutildll.dsp
  Log:
    New Win32 build of apr-util
  
  Revision  Changes    Path
  1.1                  apr-util/aprutil.dsp
  
  Index: aprutil.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="aprutil" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Static Library" 0x0104
  
  CFG=aprutil - 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 "aprutil.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 "aprutil.mak" CFG="aprutil - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "aprutil - Win32 Release" (based on "Win32 (x86) Static Library")
  !MESSAGE "aprutil - Win32 Debug" (based on "Win32 (x86) Static Library")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  
  !IF  "$(CFG)" == "aprutil - Win32 Release"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 0
  # PROP BASE Output_Dir "LibR"
  # PROP BASE Intermediate_Dir "LibR"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 0
  # PROP Output_Dir "LibR"
  # PROP Intermediate_Dir "LibR"
  # PROP Target_Dir ""
  RSC=rc.exe
  # ADD BASE RSC /l 0x409
  # ADD RSC /l 0x409
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  # ADD CPP /nologo /MD /W3 /GX /O2 /I "./include" /I "../apr/include" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
  # SUBTRACT CPP /YX
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LIB32=link.exe -lib
  # ADD BASE LIB32 /nologo
  # ADD LIB32 /nologo
  
  !ELSEIF  "$(CFG)" == "aprutil - Win32 Debug"
  
  # PROP BASE Use_MFC 0
  # PROP BASE Use_Debug_Libraries 1
  # PROP BASE Output_Dir "LibD"
  # PROP BASE Intermediate_Dir "LibD"
  # PROP BASE Target_Dir ""
  # PROP Use_MFC 0
  # PROP Use_Debug_Libraries 1
  # PROP Output_Dir "LibD"
  # PROP Intermediate_Dir "LibD"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  RSC=rc.exe
  # ADD BASE RSC /l 0x409
  # ADD RSC /l 0x409
  # ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "../apr/include" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
  # SUBTRACT CPP /YX
  BSC32=bscmake.exe
  # ADD BASE BSC32 /nologo
  # ADD BSC32 /nologo
  LIB32=link.exe -lib
  # ADD BASE LIB32 /nologo
  # ADD LIB32 /nologo
  
  !ENDIF 
  
  # Begin Target
  
  # Name "aprutil - Win32 Release"
  # Name "aprutil - Win32 Debug"
  # Begin Group "buckets"
  
  # PROP Default_Filter ""
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_eos.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_file.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_flush.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_heap.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_mmap.c
  # PROP Exclude_From_Build 1
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_pipe.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_pool.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_refcount.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_simple.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\buckets\ap_buckets_socket.c
  # End Source File
  # End Group
  # Begin Group "crypto"
  
  # PROP Default_Filter ""
  # End Group
  # Begin Group "dbm"
  
  # PROP Default_Filter ""
  # End Group
  # Begin Group "encoding"
  
  # PROP Default_Filter ""
  # Begin Source File
  
  SOURCE=.\src\encoding\ap_base64.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\src\encoding\ap_sha1.c
  # End Source File
  # End Group
  # Begin Group "hooks"
  
  # PROP Default_Filter ""
  # End Group
  # Begin Group "uri"
  
  # PROP Default_Filter ""
  # End Group
  # Begin Group "xml"
  
  # PROP Default_Filter ""
  # End Group
  # End Target
  # End Project
  
  
  
  1.1                  apr-util/aprutil.def
  
  Index: aprutil.def
  ===================================================================
  ; aprutil.def :
  
  LIBRARY aprutil
  DESCRIPTION ''
  
  EXPORTS
  ; Add new API calls to the end of this list.
  
  
  
  1.1                  apr-util/aprutildll.dsp
  
  Index: aprutildll.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="aprutildll" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  
  CFG=aprutildll - 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 "aprutildll.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 "aprutildll.mak" CFG="aprutildll - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "aprutildll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "aprutildll - 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)" == "aprutildll - 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 "Release"
  # PROP Intermediate_Dir "Release"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  # ADD CPP /nologo /MD /W3 /GX /O2 /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
  # SUBTRACT CPP /YX
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  # 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 aprutil.lib kernel32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /base:"0x6EE0000" /subsystem:windows /dll /map /machine:I386 /out:"Release/aprutil.dll" /libpath:"LibR"
  # ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib /nologo /base:"0x6EE0000" /subsystem:windows /dll /map /machine:I386 /out:"Release/aprutil.dll"
  
  !ELSEIF  "$(CFG)" == "aprutildll - 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 "Debug"
  # PROP Intermediate_Dir "Debug"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
  # SUBTRACT CPP /YX
  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  # 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 aprutil.lib kernel32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /base:"0x6EE0000" /subsystem:windows /dll /map /debug /machine:I386 /out:"Debug/aprutil.dll" /libpath:"LibD"
  # ADD LINK32 kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib /nologo /base:"0x6EE00000" /subsystem:windows /dll /debug /machine:I386 /out:"Debug/aprutil.dll"
  # SUBTRACT LINK32 /incremental:no /map
  
  !ENDIF 
  
  # Begin Target
  
  # Name "aprutildll - Win32 Release"
  # Name "aprutildll - Win32 Debug"
  # Begin Source File
  
  SOURCE=.\src\misc\win32\aprutil.c
  # End Source File
  # Begin Source File
  
  SOURCE=.\aprutil.def
  # End Source File
  # End Target
  # End Project