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...@apache.org on 2002/02/18 06:44:23 UTC

cvs commit: apr/build libapr_app.dsp

wrowe       02/02/17 21:44:23

  Modified:    .        apr.dsp libapr.dsp
               build    libapr_app.dsp
  Log:
    Realign internal.c as the required apr_app static fn's, and removed
    common code from apr_app into misc.c and internal.c
  
  Revision  Changes    Path
  1.95      +5 -5      apr/apr.dsp
  
  Index: apr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsp,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- apr.dsp	1 Feb 2002 04:23:06 -0000	1.94
  +++ apr.dsp	18 Feb 2002 05:44:23 -0000	1.95
  @@ -202,10 +202,6 @@
   # PROP Default_Filter ""
   # Begin Source File
   
  -SOURCE=.\misc\win32\apr_app.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\misc\unix\errorcodes.c
   # End Source File
   # Begin Source File
  @@ -218,6 +214,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\misc\win32\internal.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\misc\win32\misc.c
   # End Source File
   # Begin Source File
  @@ -230,7 +230,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\misc\unix\start.c
  +SOURCE=.\misc\win32\start.c
   # End Source File
   # Begin Source File
   
  
  
  
  1.56      +5 -5      apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- libapr.dsp	1 Feb 2002 01:40:38 -0000	1.55
  +++ libapr.dsp	18 Feb 2002 05:44:23 -0000	1.56
  @@ -208,10 +208,6 @@
   # PROP Default_Filter ""
   # Begin Source File
   
  -SOURCE=.\misc\win32\apr_app.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\misc\unix\errorcodes.c
   # End Source File
   # Begin Source File
  @@ -224,6 +220,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\misc\win32\internal.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\misc\win32\misc.c
   # End Source File
   # Begin Source File
  @@ -236,7 +236,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\misc\unix\start.c
  +SOURCE=.\misc\win32\start.c
   # End Source File
   # Begin Source File
   
  
  
  
  1.3       +1 -1      apr/build/libapr_app.dsp
  
  Index: libapr_app.dsp
  ===================================================================
  RCS file: /home/cvs/apr/build/libapr_app.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- libapr_app.dsp	13 Feb 2002 20:47:15 -0000	1.2
  +++ libapr_app.dsp	18 Feb 2002 05:44:23 -0000	1.3
  @@ -87,7 +87,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\misc\win32\misc.c
  +SOURCE=..\misc\win32\internal.c
   # End Source File
   # Begin Source File