Commit 7140625f authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Spell it right, per Mr. Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
parent bb2f7e2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ SOURCE=.\build\win32\win32ver.awk
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
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
+5 −5
Original line number Diff line number Diff line
@@ -78,9 +78,9 @@ BEGIN {
  print "  BEGIN";
  print "    BLOCK \"040904b0\"";
  print "    BEGIN";
  print "      VALUE \"Comments\", \"All rights reserved.  The "\
        "license is available at <http://www.apache.org/LICENSE.txt>.  "\
        "The new-httpd page is at <http://httpd.apache.org/>.\\0\"";
  print "      VALUE \"Comments\", \"All rights reserved.  The license "\
        "is available at <http://www.apache.org/LICENSE.txt>.  The Apache "\
        "HTTP Server project pages are at <http://httpd.apache.org/>.\\0\"";
  print "      VALUE \"CompanyName\", \"Apache Software Foundation\\0\"";
  print "      VALUE \"FileDescription\", \"" desc "\\0\"";
  print "      VALUE \"FileVersion\", \"" ver "\\0\"";
@@ -94,7 +94,7 @@ BEGIN {
  if (special) {
    print "      VALUE \"SpecialBuild\", \"" vendor "\\0\"";
  }
  print "      VALUE \"ProductName\", \"Apache http Server\\0\"";
  print "      VALUE \"ProductName\", \"Apache HTTP Server\\0\"";
  print "      VALUE \"ProductVersion\", \"" ver "\\0\"";
  print "    END";
  print "  END";
+2 −2
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ SOURCE=.\build\win32\win32ver.awk
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
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