diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 19:51:57 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 19:51:57 +0100 |
commit | ebef197dafb4be86503d79cb7c0f0845c030cf0e (patch) | |
tree | 74722365369f05bbbd4dfd00d533d516b36182c2 /Apache.dsp | |
parent | Add my votes. (diff) | |
download | apache2-ebef197dafb4be86503d79cb7c0f0845c030cf0e.tar.xz apache2-ebef197dafb4be86503d79cb7c0f0845c030cf0e.zip |
Update support utility filenames to reflect .exe extensions for the
newest apr/build/win32ver.awk script changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98376 13f79535-47bb-0310-9956-ffa450edef68
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 9047654ac7..a80415e7be 100644 --- a/Apache.dsp +++ b/Apache.dsp @@ -106,7 +106,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" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc + awk -f ./build/win32/win32ver.awk Apache.exe "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build @@ -117,7 +117,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" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc + awk -f ./build/win32/win32ver.awk Apache.exe "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc # End Custom Build |