diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-16 22:56:03 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-16 22:56:03 +0200 |
commit | 8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15 (patch) | |
tree | 238eb2cd9e0476ad58de962bdd2b5f9d54b0dd43 | |
parent | Missed a versioned win32 project in my tree (diff) | |
download | apache2-8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15.tar.xz apache2-8e7232bd114f3be6a5c2e5e739bf59f0a7c17e15.zip |
Spell it right, per Mr. Coar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90243 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Apache.dsp | 4 | ||||
-rw-r--r-- | build/win32/win32ver.awk | 10 | ||||
-rw-r--r-- | libhttpd.dsp | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Apache.dsp b/Apache.dsp index 66d67eab80..0965d40483 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -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 diff --git a/build/win32/win32ver.awk b/build/win32/win32ver.awk index 03b1a6a101..77cfa3ae03 100644 --- a/build/win32/win32ver.awk +++ b/build/win32/win32ver.awk @@ -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"; @@ -103,4 +103,4 @@ BEGIN { print " VALUE \"Translation\", 0x409, 1200"; print " END"; print "END"; -}
\ No newline at end of file +} diff --git a/libhttpd.dsp b/libhttpd.dsp index 1c7b155d7c..d8bc0f05f5 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -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 |