]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Catch up with the changes to apr/build/win32ver.awk and name all loadable
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Jan 2003 19:52:30 +0000 (19:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Jan 2003 19:52:30 +0000 (19:52 +0000)
  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

mod_ssl.dsp

index 2da31feebe05f8c0b93bdd6a4c2325e71ef01859..ac070e4c1c9da488efc237854f4b76af87b35c57 100644 (file)
@@ -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