]> granicus.if.org Git - apache/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@98380 13f79535-47bb-0310-9956-ffa450edef68

50 files changed:
modules/aaa/mod_auth_basic.dsp
modules/aaa/mod_auth_digest.dsp
modules/aaa/mod_authn_anon.dsp
modules/aaa/mod_authn_dbm.dsp
modules/aaa/mod_authn_default.dsp
modules/aaa/mod_authn_file.dsp
modules/aaa/mod_authz_dbm.dsp
modules/aaa/mod_authz_default.dsp
modules/aaa/mod_authz_groupfile.dsp
modules/aaa/mod_authz_host.dsp
modules/aaa/mod_authz_user.dsp
modules/arch/win32/mod_isapi.dsp
modules/cache/mod_file_cache.dsp
modules/dav/fs/mod_dav_fs.dsp
modules/dav/main/mod_dav.dsp
modules/experimental/mod_auth_ldap.dsp
modules/experimental/util_ldap.dsp
modules/filters/mod_deflate.dsp
modules/filters/mod_ext_filter.dsp
modules/filters/mod_include.dsp
modules/generators/mod_asis.dsp
modules/generators/mod_autoindex.dsp
modules/generators/mod_cgi.dsp
modules/generators/mod_info.dsp
modules/generators/mod_status.dsp
modules/http/mod_mime.dsp
modules/loggers/mod_log_config.dsp
modules/loggers/mod_logio.dsp
modules/mappers/mod_actions.dsp
modules/mappers/mod_alias.dsp
modules/mappers/mod_dir.dsp
modules/mappers/mod_imap.dsp
modules/mappers/mod_negotiation.dsp
modules/mappers/mod_rewrite.dsp
modules/mappers/mod_speling.dsp
modules/mappers/mod_userdir.dsp
modules/mappers/mod_vhost_alias.dsp
modules/metadata/mod_cern_meta.dsp
modules/metadata/mod_env.dsp
modules/metadata/mod_expires.dsp
modules/metadata/mod_headers.dsp
modules/metadata/mod_mime_magic.dsp
modules/metadata/mod_setenvif.dsp
modules/metadata/mod_unique_id.dsp
modules/metadata/mod_usertrack.dsp
modules/proxy/mod_proxy.dsp
modules/proxy/mod_proxy_connect.dsp
modules/proxy/mod_proxy_ftp.dsp
modules/proxy/mod_proxy_http.dsp
modules/ssl/mod_ssl.dsp

index dfad8574538ab5884d47a33383ccb3525ffb43f7..386e711adf3b0eba1c1f8ebd938c4c6e0108f483 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_basic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_basic  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_basic.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_basic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_basic  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_basic.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_auth_basic.rc
 
 # End Custom Build
 
index c673ce5e32fb4e25606eefc6d819ac51118023c1..2d955cf0781129d928478a03bdc866d1d2f7551c 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_digest.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_digest  "auth_digest_module for Apache" ../../include/ap_release.h > .\mod_auth_digest.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_digest.so "auth_digest_module for Apache" ../../include/ap_release.h > .\mod_auth_digest.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_digest.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_digest  "auth_digest_module for Apache" ../../include/ap_release.h > .\mod_auth_digest.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_digest.so "auth_digest_module for Apache" ../../include/ap_release.h > .\mod_auth_digest.rc
 
 # End Custom Build
 
index de9c8c67ee534f42390eb997e8a7e55b0086c39d..02fe88c1f4bd4aa897e786fc05491efa052ee6fa 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_anon.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_anon  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_anon.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_anon.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_anon.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_anon.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_anon  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_anon.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_anon.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_anon.rc
 
 # End Custom Build
 
index dc6558fe2ad5cca6b54b057914fbe0633a792a9d..c3058ca78e71c51790a1a92cad7af9e12c711fc2 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_dbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_dbm  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbm.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_dbm.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbm.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_dbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_dbm  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbm.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_dbm.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_dbm.rc
 
 # End Custom Build
 
index 7e56e8fc34aea5800ca4dec32d21d7af6a32966e..9bd6cd812862b45c0a4d13b189197d00293c0455 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_default.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_default  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_default.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_default.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_default.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_default.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_default  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_default.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_default.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_default.rc
 
 # End Custom Build
 
index 77cd4173050eb865d52ab9643622ad08c90b1b4b..a83a550c8693fb16a2f4796343e463a65866fcc3 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_file.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_file  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_file.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_file.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_file.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authn_file.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authn_file  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_file.rc
+       awk -f ../../build/win32/win32ver.awk mod_authn_file.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authn_file.rc
 
 # End Custom Build
 
index 833e7aecd3630c00e0edf1167fe8332313e3aed3..b6e17756d1087f49c0916a9e56c3845019e26677 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_dbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_dbm  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_dbm.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_dbm.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_dbm.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_dbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_dbm  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_dbm.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_dbm.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_dbm.rc
 
 # End Custom Build
 
index f565857f90455c4b4c03c8c140925e1d53b45b1d..b35b1da2276d951b5c82577e8750e078d4159773 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_default.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_default  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_default.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_default.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_default.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_default.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_default  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_default.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_default.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_default.rc
 
 # End Custom Build
 
index 6a2298b5cb69d11db55b719bdb071e8aa5af1f1b..f5890b9e68a1bc9302181be391418fd2750bf453 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_groupfile.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_groupfile  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_groupfile.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_groupfile.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_groupfile.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_groupfile.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_groupfile  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_groupfile.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_groupfile.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_groupfile.rc
 
 # End Custom Build
 
index 12ab8f741f283f2993a5712deda3be9c9116dd81..1ad12c6050de7e73961b7d9620486b3a2de8061c 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_host.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_host  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_host.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_host.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_host.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_host.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_host  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_host.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_host.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_host.rc
 
 # End Custom Build
 
index ef710f5410b9d9c7322ee8c88186e00c1f0e5a2d..7dc26c60f251a150f983acca8652f218c1730711 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_user.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_user  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_user.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_user.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_user.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_authz_user.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_authz_user  "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_user.rc
+       awk -f ../../build/win32/win32ver.awk mod_authz_user.so "auth_basic_module for Apache" ../../include/ap_release.h > .\mod_authz_user.rc
 
 # End Custom Build
 
index 4c0959192e38c433704b6580cae03e4da5766717..31ef200c2a84d45a0a4bdbe0d20220fd31efbbec 100644 (file)
@@ -110,7 +110,7 @@ SOURCE=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_isapi.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_isapi  "isapi_module for Apache" ../../../include/ap_release.h > .\mod_isapi.rc
+       awk -f ../../../build/win32/win32ver.awk mod_isapi.so "isapi_module for Apache" ../../../include/ap_release.h > .\mod_isapi.rc
 
 # End Custom Build
 
@@ -121,7 +121,7 @@ InputPath=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_isapi.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_isapi  "isapi_module for Apache" ../../../include/ap_release.h > .\mod_isapi.rc
+       awk -f ../../../build/win32/win32ver.awk mod_isapi.so "isapi_module for Apache" ../../../include/ap_release.h > .\mod_isapi.rc
 
 # End Custom Build
 
index 67f82da38a90d3a29d3c604a8a8dd82bd0ee00b4..4043e7f6852cedeb207034923b795910ed3e3061 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_file_cache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_file_cache  "file_cache_module for Apache" ../../include/ap_release.h > .\mod_file_cache.rc
+       awk -f ../../build/win32/win32ver.awk mod_file_cache.so "file_cache_module for Apache" ../../include/ap_release.h > .\mod_file_cache.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_file_cache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_file_cache  "file_cache_module for Apache" ../../include/ap_release.h > .\mod_file_cache.rc
+       awk -f ../../build/win32/win32ver.awk mod_file_cache.so "file_cache_module for Apache" ../../include/ap_release.h > .\mod_file_cache.rc
 
 # End Custom Build
 
index 6be786ba0ce4bf481cc6673a0fbfc0010561ffe1..77232669db484dae07658299867e3751ea6cec41 100644 (file)
@@ -130,7 +130,7 @@ SOURCE=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_dav_fs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_dav_fs  "dav_fs_module for Apache" ../../../include/ap_release.h > .\mod_dav_fs.rc
+       awk -f ../../../build/win32/win32ver.awk mod_dav_fs.so "dav_fs_module for Apache" ../../../include/ap_release.h > .\mod_dav_fs.rc
 
 # End Custom Build
 
@@ -141,7 +141,7 @@ InputPath=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_dav_fs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_dav_fs  "dav_fs_module for Apache" ../../../include/ap_release.h > .\mod_dav_fs.rc
+       awk -f ../../../build/win32/win32ver.awk mod_dav_fs.so "dav_fs_module for Apache" ../../../include/ap_release.h > .\mod_dav_fs.rc
 
 # End Custom Build
 
index 3589bb1347c329ab771a2eb12ece4520779207fc..0a0702587a3ef34d5ac34c25b42e1afa487d7905 100644 (file)
@@ -142,7 +142,7 @@ SOURCE=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_dav.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_dav  "dav_module for Apache" ../../../include/ap_release.h > .\mod_dav.rc
+       awk -f ../../../build/win32/win32ver.awk mod_dav.so "dav_module for Apache" ../../../include/ap_release.h > .\mod_dav.rc
 
 # End Custom Build
 
@@ -153,7 +153,7 @@ InputPath=..\..\..\build\win32\win32ver.awk
 InputPath=..\..\..\build\win32\win32ver.awk
 
 ".\mod_dav.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../../build/win32/win32ver.awk mod_dav  "dav_module for Apache" ../../../include/ap_release.h > .\mod_dav.rc
+       awk -f ../../../build/win32/win32ver.awk mod_dav.so "dav_module for Apache" ../../../include/ap_release.h > .\mod_dav.rc
 
 # End Custom Build
 
index 4fb5872fc84606379550bec30043e6b94635bdc2..9b02341591ceee2a97eebc98eced5e91bfb232ea 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_ldap "auth_ldap_module for Apache" ../../include/ap_release.h > .\mod_auth_ldap.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_ldap.so "auth_ldap_module for Apache" ../../include/ap_release.h > .\mod_auth_ldap.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_auth_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_auth_ldap "auth_ldap_module for Apache" ../../include/ap_release.h > .\mod_auth_ldap.rc
+       awk -f ../../build/win32/win32ver.awk mod_auth_ldap.so "auth_ldap_module for Apache" ../../include/ap_release.h > .\mod_auth_ldap.rc
 
 # End Custom Build
 
index 77c5a569ca90b50bca2660ce846c5615a8e0555a..751f14fc3ba620985b50b42ec727f4f26786570f 100644 (file)
@@ -118,7 +118,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\util_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk util_ldap "LDAP Utility Module for Apache" ../../include/ap_release.h > .\util_ldap.rc
+       awk -f ../../build/win32/win32ver.awk util_ldap.so "LDAP Utility Module for Apache" ../../include/ap_release.h > .\util_ldap.rc
 
 # End Custom Build
 
@@ -129,7 +129,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\util_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk util_ldap "LDAP Utility Module for Apache" ../../include/ap_release.h > .\util_ldap.rc
+       awk -f ../../build/win32/win32ver.awk util_ldap.so "LDAP Utility Module for Apache" ../../include/ap_release.h > .\util_ldap.rc
 
 # End Custom Build
 
index 4f2de5e7ac12d0d1a7adde14c076080897d0d9c6..fb373901c2149ec8cce680e9577243e17d6d1f03 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_deflate.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_deflate  "deflate_module for Apache" ../../include/ap_release.h > .\mod_deflate.rc
+       awk -f ../../build/win32/win32ver.awk mod_deflate.so "deflate_module for Apache" ../../include/ap_release.h > .\mod_deflate.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_deflate.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_deflate  "deflate_module for Apache" ../../include/ap_release.h > .\mod_deflate.rc
+       awk -f ../../build/win32/win32ver.awk mod_deflate.so "deflate_module for Apache" ../../include/ap_release.h > .\mod_deflate.rc
 
 # End Custom Build
 
index 43174c2495626deadbdf05b76c00498bdbeccbe4..665d670b82f4a2b57087d05aefc97be5ca4b3ffe 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_ext_filter.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_ext_filter  "ext_filter_module for Apache" ../../include/ap_release.h > .\mod_ext_filter.rc
+       awk -f ../../build/win32/win32ver.awk mod_ext_filter.so "ext_filter_module for Apache" ../../include/ap_release.h > .\mod_ext_filter.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_ext_filter.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_ext_filter  "ext_filter_module for Apache" ../../include/ap_release.h > .\mod_ext_filter.rc
+       awk -f ../../build/win32/win32ver.awk mod_ext_filter.so "ext_filter_module for Apache" ../../include/ap_release.h > .\mod_ext_filter.rc
 
 # End Custom Build
 
index 94b6dfb9b8901199b7d5e840b535398625f32bac..30dc5baf83ae4e4588e759ac9e87611e829778fb 100644 (file)
@@ -110,7 +110,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_include.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_include  "include_module for Apache" ../../include/ap_release.h > .\mod_include.rc
+       awk -f ../../build/win32/win32ver.awk mod_include.so "include_module for Apache" ../../include/ap_release.h > .\mod_include.rc
 
 # End Custom Build
 
@@ -121,7 +121,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_include.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_include  "include_module for Apache" ../../include/ap_release.h > .\mod_include.rc
+       awk -f ../../build/win32/win32ver.awk mod_include.so "include_module for Apache" ../../include/ap_release.h > .\mod_include.rc
 
 # End Custom Build
 
index b4d2a47de35d0aef57c8b3e0784b339f09b63f64..ccc6218efb7a02c2bbb49d753fe5efac3b7b6ab2 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_asis.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_asis  "asis_module for Apache" ../../include/ap_release.h > .\mod_asis.rc
+       awk -f ../../build/win32/win32ver.awk mod_asis.so "asis_module for Apache" ../../include/ap_release.h > .\mod_asis.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_asis.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_asis  "asis_module for Apache" ../../include/ap_release.h > .\mod_asis.rc
+       awk -f ../../build/win32/win32ver.awk mod_asis.so "asis_module for Apache" ../../include/ap_release.h > .\mod_asis.rc
 
 # End Custom Build
 
index 40303919059e0be13f83820a9805c7b382afa8d7..7b0214464db11f9a9f3361142deff95241445e4c 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_autoindex.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_autoindex  "autoindex_module for Apache" ../../include/ap_release.h > .\mod_autoindex.rc
+       awk -f ../../build/win32/win32ver.awk mod_autoindex.so "autoindex_module for Apache" ../../include/ap_release.h > .\mod_autoindex.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_autoindex.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_autoindex  "autoindex_module for Apache" ../../include/ap_release.h > .\mod_autoindex.rc
+       awk -f ../../build/win32/win32ver.awk mod_autoindex.so "autoindex_module for Apache" ../../include/ap_release.h > .\mod_autoindex.rc
 
 # End Custom Build
 
index be4d4a964716011b5f8eba4e6ec4daea477c7b7c..09223d82bf55944ba3d5521782b60426968a40fb 100644 (file)
@@ -110,7 +110,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_cgi.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_cgi  "cgi_module for Apache" ../../include/ap_release.h > .\mod_cgi.rc
+       awk -f ../../build/win32/win32ver.awk mod_cgi.so "cgi_module for Apache" ../../include/ap_release.h > .\mod_cgi.rc
 
 # End Custom Build
 
@@ -121,7 +121,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_cgi.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_cgi  "cgi_module for Apache" ../../include/ap_release.h > .\mod_cgi.rc
+       awk -f ../../build/win32/win32ver.awk mod_cgi.so "cgi_module for Apache" ../../include/ap_release.h > .\mod_cgi.rc
 
 # End Custom Build
 
index bf7a61a532677d3829ef25ebef5e5e3ed832a7b3..63cb1fd3ebae618f8c134d96d2c514843324a246 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_info.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_info  "info_module for Apache" ../../include/ap_release.h > .\mod_info.rc
+       awk -f ../../build/win32/win32ver.awk mod_info.so "info_module for Apache" ../../include/ap_release.h > .\mod_info.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_info.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_info  "info_module for Apache" ../../include/ap_release.h > .\mod_info.rc
+       awk -f ../../build/win32/win32ver.awk mod_info.so "info_module for Apache" ../../include/ap_release.h > .\mod_info.rc
 
 # End Custom Build
 
index 8c9ded58c25dad0333ea04b4e37347bb3b42137b..ba8dadd398a1fef896a4c231405819ae2c2d28d5 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_status.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_status  "status_module for Apache" ../../include/ap_release.h > .\mod_status.rc
+       awk -f ../../build/win32/win32ver.awk mod_status.so "status_module for Apache" ../../include/ap_release.h > .\mod_status.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_status.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_status  "status_module for Apache" ../../include/ap_release.h > .\mod_status.rc
+       awk -f ../../build/win32/win32ver.awk mod_status.so "status_module for Apache" ../../include/ap_release.h > .\mod_status.rc
 
 # End Custom Build
 
index 4af27fb68fa5834b0568d6ec613c128248507d68..53e8b07dc247aebc3ab32fde1b1c4316a4c3376e 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_mime.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_mime  "mime_module for Apache" ../../include/ap_release.h > .\mod_mime.rc
+       awk -f ../../build/win32/win32ver.awk mod_mime.so "mime_module for Apache" ../../include/ap_release.h > .\mod_mime.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_mime.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_mime  "mime_module for Apache" ../../include/ap_release.h > .\mod_mime.rc
+       awk -f ../../build/win32/win32ver.awk mod_mime.so "mime_module for Apache" ../../include/ap_release.h > .\mod_mime.rc
 
 # End Custom Build
 
index e043dabec9d8810f20ead0c490b1938aebfc5e0e..076d4f12cfda5e5757c5cb1250e777a1d73b3346 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_log_config.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_log_config  "log_config_module for Apache" ../../include/ap_release.h > .\mod_log_config.rc
+       awk -f ../../build/win32/win32ver.awk mod_log_config.so "log_config_module for Apache" ../../include/ap_release.h > .\mod_log_config.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_log_config.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_log_config  "log_config_module for Apache" ../../include/ap_release.h > .\mod_log_config.rc
+       awk -f ../../build/win32/win32ver.awk mod_log_config.so "log_config_module for Apache" ../../include/ap_release.h > .\mod_log_config.rc
 
 # End Custom Build
 
index 7e46a1cde173c4eca4f8ede1639399aa2f1df10e..c80578fbc3a60450661c5021712e645b67c5d412 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_logio.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_logio  "logio_module for Apache" ../../include/ap_release.h > .\mod_logio.rc
+       awk -f ../../build/win32/win32ver.awk mod_logio.so "logio_module for Apache" ../../include/ap_release.h > .\mod_logio.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_logio.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_logio  "logio_module for Apache" ../../include/ap_release.h > .\mod_logio.rc
+       awk -f ../../build/win32/win32ver.awk mod_logio.so "logio_module for Apache" ../../include/ap_release.h > .\mod_logio.rc
 
 # End Custom Build
 
index 39fed166dbb940f25a523d45633e33ae3285fa55..b84fabeea79ca67f70306090ac9986fcff569864 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_actions.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_actions  "actions_module for Apache" ../../include/ap_release.h > .\mod_actions.rc
+       awk -f ../../build/win32/win32ver.awk mod_actions.so "actions_module for Apache" ../../include/ap_release.h > .\mod_actions.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_actions.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_actions  "actions_module for Apache" ../../include/ap_release.h > .\mod_actions.rc
+       awk -f ../../build/win32/win32ver.awk mod_actions.so "actions_module for Apache" ../../include/ap_release.h > .\mod_actions.rc
 
 # End Custom Build
 
index d09c7affec49a18f9da08ed3f9478f6c262ff788..ef19ec753d91f779eb9e9f0b4aaab81a375f295f 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_alias.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_alias  "alias_module for Apache" ../../include/ap_release.h > .\mod_alias.rc
+       awk -f ../../build/win32/win32ver.awk mod_alias.so "alias_module for Apache" ../../include/ap_release.h > .\mod_alias.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_alias.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_alias  "alias_module for Apache" ../../include/ap_release.h > .\mod_alias.rc
+       awk -f ../../build/win32/win32ver.awk mod_alias.so "alias_module for Apache" ../../include/ap_release.h > .\mod_alias.rc
 
 # End Custom Build
 
index aad198e8817fd8f14e088fcc21376e41713c401d..967b45e0079e4292ccff8d91839892f071d7cd6f 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_dir.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_dir  "dir_module for Apache" ../../include/ap_release.h > .\mod_dir.rc
+       awk -f ../../build/win32/win32ver.awk mod_dir.so "dir_module for Apache" ../../include/ap_release.h > .\mod_dir.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_dir.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_dir  "dir_module for Apache" ../../include/ap_release.h > .\mod_dir.rc
+       awk -f ../../build/win32/win32ver.awk mod_dir.so "dir_module for Apache" ../../include/ap_release.h > .\mod_dir.rc
 
 # End Custom Build
 
index 94570696f62067fb7204af66376187f63fc76935..a1f1e8958a3a1c4bee3984fed9ae007dfabaf540 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_imap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_imap  "imap_module for Apache" ../../include/ap_release.h > .\mod_imap.rc
+       awk -f ../../build/win32/win32ver.awk mod_imap.so "imap_module for Apache" ../../include/ap_release.h > .\mod_imap.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_imap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_imap  "imap_module for Apache" ../../include/ap_release.h > .\mod_imap.rc
+       awk -f ../../build/win32/win32ver.awk mod_imap.so "imap_module for Apache" ../../include/ap_release.h > .\mod_imap.rc
 
 # End Custom Build
 
index fd264fb1deac150beb0517f1cd25c47d45a992af..3b3ebeec074017f0219da9c71fa62f74aedc9929 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_negotiation.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_negotiation  "negotiation_module for Apache" ../../include/ap_release.h > .\mod_negotiation.rc
+       awk -f ../../build/win32/win32ver.awk mod_negotiation.so "negotiation_module for Apache" ../../include/ap_release.h > .\mod_negotiation.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_negotiation.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_negotiation  "negotiation_module for Apache" ../../include/ap_release.h > .\mod_negotiation.rc
+       awk -f ../../build/win32/win32ver.awk mod_negotiation.so "negotiation_module for Apache" ../../include/ap_release.h > .\mod_negotiation.rc
 
 # End Custom Build
 
index b2a32c876d4d7b4e5128da17c7f9d03eb53b1437..8f9a118b6fe25b385c601261eb9b7b96ecd2bd63 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_rewrite.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_rewrite  "rewrite_module for Apache" ../../include/ap_release.h > .\mod_rewrite.rc
+       awk -f ../../build/win32/win32ver.awk mod_rewrite.so "rewrite_module for Apache" ../../include/ap_release.h > .\mod_rewrite.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_rewrite.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_rewrite  "rewrite_module for Apache" ../../include/ap_release.h > .\mod_rewrite.rc
+       awk -f ../../build/win32/win32ver.awk mod_rewrite.so "rewrite_module for Apache" ../../include/ap_release.h > .\mod_rewrite.rc
 
 # End Custom Build
 
index 1a977d6c6f2581da1c70573b1da3ff0a6fde1fba..93ea1ab175fda16ae336a8019c9804c5b06e1532 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_speling.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_speling  "speling_module for Apache" ../../include/ap_release.h > .\mod_speling.rc
+       awk -f ../../build/win32/win32ver.awk mod_speling.so "speling_module for Apache" ../../include/ap_release.h > .\mod_speling.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_speling.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_speling  "speling_module for Apache" ../../include/ap_release.h > .\mod_speling.rc
+       awk -f ../../build/win32/win32ver.awk mod_speling.so "speling_module for Apache" ../../include/ap_release.h > .\mod_speling.rc
 
 # End Custom Build
 
index be606a955000a439a0c2c285f78500c4b3ade02a..38e810784e76d7f19c847b99e46fcaf264446a1d 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_userdir.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_userdir  "userdir_module for Apache" ../../include/ap_release.h > .\mod_userdir.rc
+       awk -f ../../build/win32/win32ver.awk mod_userdir.so "userdir_module for Apache" ../../include/ap_release.h > .\mod_userdir.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_userdir.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_userdir  "userdir_module for Apache" ../../include/ap_release.h > .\mod_userdir.rc
+       awk -f ../../build/win32/win32ver.awk mod_userdir.so "userdir_module for Apache" ../../include/ap_release.h > .\mod_userdir.rc
 
 # End Custom Build
 
index 8a08d5e2ab227b1e92a9ac1543dd28ddba724a2e..7da03316c0fc1949fc35c505bae98f7fbe0ca174 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_vhost_alias.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_vhost_alias  "vhost_alias_module for Apache" ../../include/ap_release.h > .\mod_vhost_alias.rc
+       awk -f ../../build/win32/win32ver.awk mod_vhost_alias.so "vhost_alias_module for Apache" ../../include/ap_release.h > .\mod_vhost_alias.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_vhost_alias.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_vhost_alias  "vhost_alias_module for Apache" ../../include/ap_release.h > .\mod_vhost_alias.rc
+       awk -f ../../build/win32/win32ver.awk mod_vhost_alias.so "vhost_alias_module for Apache" ../../include/ap_release.h > .\mod_vhost_alias.rc
 
 # End Custom Build
 
index 3476e04bc3c4d09b34d4437ab2a53f35511d34cf..686ec57bac6ae741b612cba6409ba1ebf4838d84 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_cern_meta.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_cern_meta  "cern_meta_module for Apache" ../../include/ap_release.h > .\mod_cern_meta.rc
+       awk -f ../../build/win32/win32ver.awk mod_cern_meta.so "cern_meta_module for Apache" ../../include/ap_release.h > .\mod_cern_meta.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_cern_meta.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_cern_meta  "cern_meta_module for Apache" ../../include/ap_release.h > .\mod_cern_meta.rc
+       awk -f ../../build/win32/win32ver.awk mod_cern_meta.so "cern_meta_module for Apache" ../../include/ap_release.h > .\mod_cern_meta.rc
 
 # End Custom Build
 
index 13a4123ec1f716a479ac0fbdc8940bc2282581a9..1ce44288fa78d91a03e0f7707d867100d30bcc75 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_env.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_env  "env_module for Apache" ../../include/ap_release.h  > .\mod_env.rc
+       awk -f ../../build/win32/win32ver.awk mod_env.so "env_module for Apache" ../../include/ap_release.h  > .\mod_env.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_env.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_env  "env_module for Apache" ../../include/ap_release.h  > .\mod_env.rc
+       awk -f ../../build/win32/win32ver.awk mod_env.so "env_module for Apache" ../../include/ap_release.h  > .\mod_env.rc
 
 # End Custom Build
 
index ac9780f4f756d2573d28e5d58de3a68cf79f92c8..fba03e4299f716ea67d45109d5f0b4922c123bc8 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_expires.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_expires  "expires_module for Apache" ../../include/ap_release.h > .\mod_expires.rc
+       awk -f ../../build/win32/win32ver.awk mod_expires.so "expires_module for Apache" ../../include/ap_release.h > .\mod_expires.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_expires.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_expires  "expires_module for Apache" ../../include/ap_release.h > .\mod_expires.rc
+       awk -f ../../build/win32/win32ver.awk mod_expires.so "expires_module for Apache" ../../include/ap_release.h > .\mod_expires.rc
 
 # End Custom Build
 
index 98cc4518684a869673a4ade672b6fcb70cf65614..af1555bcdfd351955034b43bad400f8784647f53 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_headers.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_headers  "headers_module for Apache" ../../include/ap_release.h > .\mod_headers.rc
+       awk -f ../../build/win32/win32ver.awk mod_headers.so "headers_module for Apache" ../../include/ap_release.h > .\mod_headers.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_headers.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_headers  "headers_module for Apache" ../../include/ap_release.h  > .\mod_headers.rc
+       awk -f ../../build/win32/win32ver.awk mod_headers.so "headers_module for Apache" ../../include/ap_release.h  > .\mod_headers.rc
 
 # End Custom Build
 
index 83c287cd8221828ecb09f113b4abd22756d9b0c7..e2c9e6555705ae46f91451ef965a4206857b98a6 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_mime_magic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_mime_magic  "mime_magic_module for Apache" ../../include/ap_release.h  > .\mod_mime_magic.rc
+       awk -f ../../build/win32/win32ver.awk mod_mime_magic.so "mime_magic_module for Apache" ../../include/ap_release.h  > .\mod_mime_magic.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_mime_magic.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_mime_magic  "mime_magic_module for Apache" ../../include/ap_release.h  > .\mod_mime_magic.rc
+       awk -f ../../build/win32/win32ver.awk mod_mime_magic.so "mime_magic_module for Apache" ../../include/ap_release.h  > .\mod_mime_magic.rc
 
 # End Custom Build
 
index 8779ec8ce833543b53a0ee3a911124681d37e27c..6aefe7b7547838693acbd49c1ac6a36e69b8492d 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_setenvif.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_setenvif  "setenvif_module for Apache" ../../include/ap_release.h  > .\mod_setenvif.rc
+       awk -f ../../build/win32/win32ver.awk mod_setenvif.so "setenvif_module for Apache" ../../include/ap_release.h  > .\mod_setenvif.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_setenvif.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_setenvif  "setenvif_module for Apache" ../../include/ap_release.h  > .\mod_setenvif.rc
+       awk -f ../../build/win32/win32ver.awk mod_setenvif.so "setenvif_module for Apache" ../../include/ap_release.h  > .\mod_setenvif.rc
 
 # End Custom Build
 
index f9167bfb9b63736e356cd5aacb92fc61e1fc2921..57b619c2f8915f41fed3a477566f7a934159ecfc 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_unique_id.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_unique_id  "unique_id_module for Apache" ../../include/ap_release.h  > .\mod_unique_id.rc
+       awk -f ../../build/win32/win32ver.awk mod_unique_id.so "unique_id_module for Apache" ../../include/ap_release.h  > .\mod_unique_id.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_unique_id.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_unique_id  "unique_id_module for Apache" ../../include/ap_release.h  > .\mod_unique_id.rc
+       awk -f ../../build/win32/win32ver.awk mod_unique_id.so "unique_id_module for Apache" ../../include/ap_release.h  > .\mod_unique_id.rc
 
 # End Custom Build
 
index 7452ced3d2dbf5f3e327e32cf77a9214a85fed84..e61ea29ce3f08edd93f92126cfdefd1150527d6c 100644 (file)
@@ -106,7 +106,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_usertrack.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_usertrack  "usertrack_module for Apache" ../../include/ap_release.h  > .\mod_usertrack.rc
+       awk -f ../../build/win32/win32ver.awk mod_usertrack.so "usertrack_module for Apache" ../../include/ap_release.h  > .\mod_usertrack.rc
 
 # End Custom Build
 
@@ -117,7 +117,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_usertrack.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_usertrack  "usertrack_module for Apache" ../../include/ap_release.h  > .\mod_usertrack.rc
+       awk -f ../../build/win32/win32ver.awk mod_usertrack.so "usertrack_module for Apache" ../../include/ap_release.h  > .\mod_usertrack.rc
 
 # End Custom Build
 
index 2cedb18296d3909b2d609f432951cf0fb61fbb42..2d616f6cc720f62007a1e0dc3860a72d6acda49c 100644 (file)
@@ -118,7 +118,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy  "proxy_module for Apache" ../../include/ap_release.h > .\mod_proxy.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy.so "proxy_module for Apache" ../../include/ap_release.h > .\mod_proxy.rc
 
 # End Custom Build
 
@@ -129,7 +129,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy  "proxy_module for Apache" ../../include/ap_release.h > .\mod_proxy.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy.so "proxy_module for Apache" ../../include/ap_release.h > .\mod_proxy.rc
 
 # End Custom Build
 
index c6b9d5f650e2131680d58f5f1d979bbc96c3b7e4..3b5271dfb121eaa8c40a12e8e20c9d75bdd25592 100644 (file)
@@ -114,7 +114,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_connect.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_connect  "proxy_connect_module for Apache" ../../include/ap_release.h > .\mod_proxy_connect.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_connect.so "proxy_connect_module for Apache" ../../include/ap_release.h > .\mod_proxy_connect.rc
 
 # End Custom Build
 
@@ -125,7 +125,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_connect.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_connect  "proxy_connect_module for Apache" ../../include/ap_release.h > .\mod_proxy_connect.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_connect.so "proxy_connect_module for Apache" ../../include/ap_release.h > .\mod_proxy_connect.rc
 
 # End Custom Build
 
index 9a232fbb4db03d265937a7f310e4c19a9123d964..ca844f4662cb363db0867faede4c16c914026517 100644 (file)
@@ -114,7 +114,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_ftp.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_ftp  "proxy_ftp_module for Apache" ../../include/ap_release.h > .\mod_proxy_ftp.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_ftp.so "proxy_ftp_module for Apache" ../../include/ap_release.h > .\mod_proxy_ftp.rc
 
 # End Custom Build
 
@@ -125,7 +125,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_ftp.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_ftp  "proxy_ftp_module for Apache" ../../include/ap_release.h > .\mod_proxy_ftp.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_ftp.so "proxy_ftp_module for Apache" ../../include/ap_release.h > .\mod_proxy_ftp.rc
 
 # End Custom Build
 
index 8764b548ee518b734314567f723b6b6dbab401b4..af1f455047fbedd95e581174d2cdde5ea6bb11cb 100644 (file)
@@ -114,7 +114,7 @@ SOURCE=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_http.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_http  "proxy_http_module for Apache" ../../include/ap_release.h > .\mod_proxy_http.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_http.so "proxy_http_module for Apache" ../../include/ap_release.h > .\mod_proxy_http.rc
 
 # End Custom Build
 
@@ -125,7 +125,7 @@ InputPath=..\..\build\win32\win32ver.awk
 InputPath=..\..\build\win32\win32ver.awk
 
 ".\mod_proxy_http.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       awk -f ../../build/win32/win32ver.awk mod_proxy_http  "proxy_http_module for Apache" ../../include/ap_release.h > .\mod_proxy_http.rc
+       awk -f ../../build/win32/win32ver.awk mod_proxy_http.so "proxy_http_module for Apache" ../../include/ap_release.h > .\mod_proxy_http.rc
 
 # End Custom Build
 
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