You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/07/08 05:40:37 UTC

cvs commit: httpd-2.0/support/win32 ApacheMonitor.dsp

rbb         2002/07/07 20:40:37

  Modified:    .        CHANGES
               support/win32 ApacheMonitor.dsp
  Log:
  VC6 is unable to deal with dependencies that are still due to be made.
  This moves around the order of compilation around so that the error goes
  away.
  PR:	10130
  Submitted by:	James Cox [imajes@php.net]
  
  Revision  Changes    Path
  1.860     +3 -0      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.859
  retrieving revision 1.860
  diff -u -r1.859 -r1.860
  --- CHANGES	6 Jul 2002 20:04:37 -0000	1.859
  +++ CHANGES	8 Jul 2002 03:40:36 -0000	1.860
  @@ -1,5 +1,8 @@
   Changes with Apache 2.0.40
   
  +  *) Fix an error when building ApacheMonitor. 
  +     [James Cox <im...@php.net>]
  +
     *) APR-Util Renames pending have been completed [Thom May]
   
     *) Performance improvements for the code that reads request
  
  
  
  1.14      +6 -4      httpd-2.0/support/win32/ApacheMonitor.dsp
  
  Index: ApacheMonitor.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/ApacheMonitor.dsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ApacheMonitor.dsp	16 May 2002 16:40:54 -0000	1.13
  +++ ApacheMonitor.dsp	8 Jul 2002 03:40:37 -0000	1.14
  @@ -104,10 +104,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\ApacheMonitor.rc
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\aprun.ico
   # End Source File
   # Begin Source File
  @@ -149,6 +145,12 @@
   # End Custom Build
   
   !ENDIF 
  +
  +# Begin Custom Build - Creating Version Resource
  +SOURCE=.\ApacheMonitor.rc
  +# End Source File
  +# Begin Source File
  +# End Custom Build
   
   # End Source File
   # End Group