From: William A. Rowe Jr Date: Mon, 20 Jan 2003 19:52:30 +0000 (+0000) Subject: Catch up with the changes to apr/build/win32ver.awk and name all loadable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75cf7a8a3c2f7738c226e203d2de0ba1f264985b;p=thirdparty%2Fapache%2Fhttpd.git Catch up with the changes to apr/build/win32ver.awk and name all loadable httpd modules as .so, internally. Credit to Mladen Turk for identifing the issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.dsp b/mod_ssl.dsp index 2da31feebe0..ac070e4c1c9 100644 --- a/mod_ssl.dsp +++ b/mod_ssl.dsp @@ -302,7 +302,7 @@ SOURCE=..\..\build\win32\win32ver.awk InputPath=..\..\build\win32\win32ver.awk ".\mod_ssl.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_ssl "ssl_module for Apache" ../../include/ap_release.h > .\mod_ssl.rc + awk -f ../../build/win32/win32ver.awk mod_ssl.so "ssl_module for Apache" ../../include/ap_release.h > .\mod_ssl.rc # End Custom Build @@ -313,7 +313,7 @@ InputPath=..\..\build\win32\win32ver.awk InputPath=..\..\build\win32\win32ver.awk ".\mod_ssl.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_ssl "ssl_module for Apache" ../../include/ap_release.h > .\mod_ssl.rc + awk -f ../../build/win32/win32ver.awk mod_ssl.so "ssl_module for Apache" ../../include/ap_release.h > .\mod_ssl.rc # End Custom Build