diff options
Diffstat (limited to 'Apache.dsp')
-rw-r--r-- | Apache.dsp | 4 |
1 files changed, 2 insertions, 2 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 |