You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/04/24 16:34:01 UTC

cvs commit: apache-2.0/src/lib/apr aprlib.def aprlib.dsp

stoddard    00/04/24 07:34:01

  Modified:    src/lib/apr aprlib.def aprlib.dsp
  Log:
  Add apr_strnatcmp to the Windows build to fix link break.
  
  Revision  Changes    Path
  1.23      +1 -0      apache-2.0/src/lib/apr/aprlib.def
  
  Index: aprlib.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/aprlib.def,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- aprlib.def	2000/04/21 22:12:39	1.22
  +++ aprlib.def	2000/04/24 14:34:00	1.23
  @@ -247,3 +247,4 @@
   	ap_canonical_error @226
   	ap_strerror @227
   	ap_generate_random_bytes @228
  +	strnatcmp @229
  
  
  
  1.22      +4 -0      apache-2.0/src/lib/apr/aprlib.dsp
  
  Index: aprlib.dsp
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/aprlib.dsp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- aprlib.dsp	2000/04/22 06:16:12	1.21
  +++ aprlib.dsp	2000/04/24 14:34:00	1.22
  @@ -114,6 +114,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\lib\apr_strnatcmp.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\lib\apr_tables.c
   # End Source File
   # Begin Source File