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
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
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\"";
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";
print " VALUE \"Translation\", 0x409, 1200";
print " END";
print "END";
-}
\ No newline at end of file
+}
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
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