diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 19:57:03 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-01-20 19:57:03 +0100 |
commit | 4fa511075a5fa9d11a1d0ae53ff6c6f1be8d39b1 (patch) | |
tree | 190e8d0b14f1c1cf611a894edac0034e8864ae0b /libhttpd.dsp | |
parent | Update support utility filenames to reflect .exe extensions for the (diff) | |
download | apache2-4fa511075a5fa9d11a1d0ae53ff6c6f1be8d39b1.tar.xz apache2-4fa511075a5fa9d11a1d0ae53ff6c6f1be8d39b1.zip |
Update libhttpd.dll filenames to reflect the .dll extension for the
newest apr/build/win32ver.awk script changes. Submitted by Mladen Turk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index ae0601a121..284a7ddaf9 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -640,7 +640,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" ./include/ap_release.h > .\build\win32\libhttpd.rc + awk -f ./build/win32/win32ver.awk libhttpd.dll "Apache HTTP Server Core" ./include/ap_release.h > .\build\win32\libhttpd.rc # End Custom Build @@ -651,7 +651,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" ./include/ap_release.h > .\build\win32\libhttpd.rc + awk -f ./build/win32/win32ver.awk libhttpd.dll "Apache HTTP Server Core" ./include/ap_release.h > .\build\win32\libhttpd.rc # End Custom Build |