wrowe       02/05/25 09:25:08

  Modified:    .        aprutil.dsp
  Log:
    I expect this fixes the new breakage in the apr build.  Too quick of
    a cut and paste.
  
  Revision  Changes    Path
  1.41      +2 -2      apr-util/aprutil.dsp
  
  Index: aprutil.dsp
  ===================================================================
  RCS file: /home/cvs/apr-util/aprutil.dsp,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- aprutil.dsp       24 May 2002 15:15:41 -0000      1.40
  +++ aprutil.dsp       25 May 2002 16:25:08 -0000      1.41
  @@ -281,7 +281,7 @@
   
   SOURCE=.\include\apr_ldap.hw
   
  -!IF  "$(CFG)" == "libaprutil - Win32 Release"
  +!IF  "$(CFG)" == "aprutil - Win32 Release"
   
   # Begin Custom Build - Creating apr_ldap.h from apr_ldap.hw 
   InputPath=.\include\apr_ldap.hw
  @@ -291,7 +291,7 @@
        
   # End Custom Build
   
  -!ELSEIF  "$(CFG)" == "libaprutil - Win32 Debug"
  +!ELSEIF  "$(CFG)" == "aprutil - Win32 Debug"
   
   # Begin Custom Build - Creating apr_ldap.h from apr_ldap.hw 
   InputPath=.\include\apr_ldap.hw
  
  
  

Reply via email to