wrowe       01/05/10 07:46:27

  Modified:    .        aprutil.dsp libaprutil.dsp
  Log:
    Revert the last patch [thank you for pointing out the obvious, Greg ;]
  
    Will add an aprutil.dsw for building sub-projects including apr in tandem
    with apr-util, for win32 folks using apr outside of apache.
  
  Revision  Changes    Path
  1.26      +0 -29     apr-util/aprutil.dsp
  
  Index: aprutil.dsp
  ===================================================================
  RCS file: /home/cvs/apr-util/aprutil.dsp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- aprutil.dsp       2001/05/10 05:33:23     1.25
  +++ aprutil.dsp       2001/05/10 14:46:20     1.26
  @@ -307,35 +307,6 @@
   !ENDIF 
   
   # End Source File
  -# Begin Source File
  -
  -SOURCE=.\xml\expat\lib\expat.h.in
  -
  -!IF  "$(CFG)" == "aprutil - Win32 Release"
  -
  -# Begin Custom Build
  -InputPath=.\xml\expat\lib\expat.h.in
  -
  -".\xml\expat\lib\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -     copy .\xml\expat\lib\expat.h.in .\xml\expat\lib\expat.h >  nul 
  -     echo Created expat.h from expat.h.in
  -     
  -# End Custom Build
  -
  -!ELSEIF  "$(CFG)" == "aprutil - Win32 Debug"
  -
  -# Begin Custom Build
  -InputPath=.\xml\expat\lib\expat.h.in
  -
  -".\xml\expat\lib\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -     copy .\xml\expat\lib\expat.h.in .\xml\expat\lib\expat.h >  nul 
  -     echo Created expat.h from expat.h.in
  -     
  -# End Custom Build
  -
  -!ENDIF 
  -
  -# End Source File
   # End Group
   # Begin Group "External Headers"
   
  
  
  
  1.17      +0 -29     apr-util/libaprutil.dsp
  
  Index: libaprutil.dsp
  ===================================================================
  RCS file: /home/cvs/apr-util/libaprutil.dsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- libaprutil.dsp    2001/05/10 05:33:23     1.16
  +++ libaprutil.dsp    2001/05/10 14:46:22     1.17
  @@ -313,35 +313,6 @@
   !ENDIF 
   
   # End Source File
  -# Begin Source File
  -
  -SOURCE=.\xml\expat\lib\expat.h.in
  -
  -!IF  "$(CFG)" == "libaprutil - Win32 Release"
  -
  -# Begin Custom Build
  -InputPath=.\xml\expat\lib\expat.h.in
  -
  -".\xml\expat\lib\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -     copy .\xml\expat\lib\expat.h.in .\xml\expat\lib\expat.h >  nul 
  -     echo Created expat.h from expat.h.in
  -     
  -# End Custom Build
  -
  -!ELSEIF  "$(CFG)" == "libaprutil - Win32 Debug"
  -
  -# Begin Custom Build
  -InputPath=.\xml\expat\lib\expat.h.in
  -
  -".\xml\expat\lib\expat.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -     copy .\xml\expat\lib\expat.h.in .\xml\expat\lib\expat.h >  nul 
  -     echo Created expat.h from expat.h.in
  -     
  -# End Custom Build
  -
  -!ENDIF 
  -
  -# End Source File
   # End Group
   # Begin Group "External Headers"
   
  
  
  

Reply via email to