wrowe       01/04/08 01:06:16

  Modified:    .        apr.dsp libapr.dsp
  Log:
    The code all compiles, but apr_filepath_merge isn't trained yet to parse
    backslashes and win32 roots.  That's the next patch tommorow.
  
  Revision  Changes    Path
  1.69      +4 -0      apr/apr.dsp
  
  Index: apr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsp,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- apr.dsp   2001/03/22 05:19:01     1.68
  +++ apr.dsp   2001/04/08 08:06:15     1.69
  @@ -214,6 +214,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\file_io\win32\filepath.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\file_io\win32\filestat.c
   # End Source File
   # Begin Source File
  
  
  
  1.27      +4 -0      apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- libapr.dsp        2001/03/22 05:19:01     1.26
  +++ libapr.dsp        2001/04/08 08:06:15     1.27
  @@ -219,6 +219,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\file_io\win32\filepath.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\file_io\win32\filestat.c
   # End Source File
   # Begin Source File
  
  
  

Reply via email to