You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/16 22:56:03 UTC

cvs commit: httpd-2.0 Apache.dsp libhttpd.dsp

wrowe       01/08/16 13:56:03

  Modified:    .        Apache.dsp libhttpd.dsp
  Log:
    Spell it right, per Mr. Coar
  
  Revision  Changes    Path
  1.21      +2 -2      httpd-2.0/Apache.dsp
  
  Index: Apache.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Apache.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Apache.dsp	2001/08/16 07:54:42	1.20
  +++ Apache.dsp	2001/08/16 20:56:03	1.21
  @@ -107,7 +107,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\
  +	awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\
    ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
   
   # End Custom Build
  @@ -119,7 +119,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk Apache "Apache http Server"\
  +	awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server"\
    ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
   
   # End Custom Build
  
  
  
  1.28      +2 -2      httpd-2.0/libhttpd.dsp
  
  Index: libhttpd.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/libhttpd.dsp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- libhttpd.dsp	2001/08/16 07:01:13	1.27
  +++ libhttpd.dsp	2001/08/16 20:56:03	1.28
  @@ -464,7 +464,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk libhttpd "Apache http Server Core"\
  +	awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\
    ./include/ap_release.h > .\build\win32\libhttpd.rc
   
   # End Custom Build
  @@ -476,7 +476,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk libhttpd "Apache http Server Core"\
  +	awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"\
    ./include/ap_release.h > .\build\win32\libhttpd.rc
   
   # End Custom Build