You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2003/01/20 20:48:43 UTC

cvs commit: httpd-2.0/modules/ssl mod_ssl.dsp

wrowe       2003/01/20 11:48:43

  Modified:    modules/aaa mod_auth_basic.dsp mod_auth_digest.dsp
                        mod_authn_anon.dsp mod_authn_dbm.dsp
                        mod_authn_default.dsp mod_authn_file.dsp
                        mod_authz_dbm.dsp mod_authz_default.dsp
                        mod_authz_groupfile.dsp mod_authz_host.dsp
                        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 util_ldap.dsp
               modules/filters mod_deflate.dsp mod_ext_filter.dsp
                        mod_include.dsp
               modules/generators mod_asis.dsp mod_autoindex.dsp
                        mod_cgi.dsp mod_info.dsp mod_status.dsp
               modules/http mod_mime.dsp
               modules/loggers mod_log_config.dsp mod_logio.dsp
               modules/mappers mod_actions.dsp mod_alias.dsp mod_dir.dsp
                        mod_imap.dsp mod_negotiation.dsp mod_rewrite.dsp
                        mod_speling.dsp mod_userdir.dsp mod_vhost_alias.dsp
               modules/metadata mod_cern_meta.dsp mod_env.dsp
                        mod_expires.dsp mod_headers.dsp mod_mime_magic.dsp
                        mod_setenvif.dsp mod_unique_id.dsp
                        mod_usertrack.dsp
               modules/proxy mod_proxy.dsp mod_proxy_connect.dsp
                        mod_proxy_ftp.dsp mod_proxy_http.dsp
               modules/ssl mod_ssl.dsp
  Log:
    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.
  
  Revision  Changes    Path
  1.4       +2 -2      httpd-2.0/modules/aaa/mod_auth_basic.dsp
  
  Index: mod_auth_basic.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_auth_basic.dsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_auth_basic.dsp	20 Sep 2002 06:06:41 -0000	1.3
  +++ mod_auth_basic.dsp	20 Jan 2003 19:48:33 -0000	1.4
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.22      +2 -2      httpd-2.0/modules/aaa/mod_auth_digest.dsp
  
  Index: mod_auth_digest.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_auth_digest.dsp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_auth_digest.dsp	13 Sep 2002 21:55:31 -0000	1.21
  +++ mod_auth_digest.dsp	20 Jan 2003 19:48:33 -0000	1.22
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authn_anon.dsp
  
  Index: mod_authn_anon.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_anon.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authn_anon.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authn_anon.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authn_dbm.dsp
  
  Index: mod_authn_dbm.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_dbm.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authn_dbm.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authn_dbm.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authn_default.dsp
  
  Index: mod_authn_default.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_default.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authn_default.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authn_default.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authn_file.dsp
  
  Index: mod_authn_file.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authn_file.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authn_file.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authn_file.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authz_dbm.dsp
  
  Index: mod_authz_dbm.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_dbm.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_dbm.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authz_dbm.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authz_default.dsp
  
  Index: mod_authz_default.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_default.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_default.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authz_default.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authz_groupfile.dsp
  
  Index: mod_authz_groupfile.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_groupfile.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_groupfile.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authz_groupfile.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authz_host.dsp
  
  Index: mod_authz_host.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_host.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_host.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authz_host.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/aaa/mod_authz_user.dsp
  
  Index: mod_authz_user.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_authz_user.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_authz_user.dsp	13 Sep 2002 16:39:03 -0000	1.1
  +++ mod_authz_user.dsp	20 Jan 2003 19:48:33 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.3       +2 -2      httpd-2.0/modules/arch/win32/mod_isapi.dsp
  
  Index: mod_isapi.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/win32/mod_isapi.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_isapi.dsp	14 May 2002 05:23:54 -0000	1.2
  +++ mod_isapi.dsp	20 Jan 2003 19:48:33 -0000	1.3
  @@ -110,7 +110,7 @@
   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
   
   ".\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
   
  
  
  
  1.17      +2 -2      httpd-2.0/modules/cache/mod_file_cache.dsp
  
  Index: mod_file_cache.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/cache/mod_file_cache.dsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- mod_file_cache.dsp	10 Jan 2002 08:47:21 -0000	1.16
  +++ mod_file_cache.dsp	20 Jan 2003 19:48:33 -0000	1.17
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.15      +2 -2      httpd-2.0/modules/dav/fs/mod_dav_fs.dsp
  
  Index: mod_dav_fs.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/mod_dav_fs.dsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_dav_fs.dsp	10 Jan 2002 08:47:21 -0000	1.14
  +++ mod_dav_fs.dsp	20 Jan 2003 19:48:33 -0000	1.15
  @@ -130,7 +130,7 @@
   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
   
   ".\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
   
  
  
  
  1.15      +2 -2      httpd-2.0/modules/dav/main/mod_dav.dsp
  
  Index: mod_dav.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/main/mod_dav.dsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_dav.dsp	10 Jan 2002 08:47:21 -0000	1.14
  +++ mod_dav.dsp	20 Jan 2003 19:48:34 -0000	1.15
  @@ -142,7 +142,7 @@
   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
   
   ".\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
   
  
  
  
  1.6       +2 -2      httpd-2.0/modules/experimental/mod_auth_ldap.dsp
  
  Index: mod_auth_ldap.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_auth_ldap.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_auth_ldap.dsp	11 Dec 2002 06:13:02 -0000	1.5
  +++ mod_auth_ldap.dsp	20 Jan 2003 19:48:34 -0000	1.6
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.7       +2 -2      httpd-2.0/modules/experimental/util_ldap.dsp
  
  Index: util_ldap.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/util_ldap.dsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- util_ldap.dsp	11 Dec 2002 06:13:02 -0000	1.6
  +++ util_ldap.dsp	20 Jan 2003 19:48:34 -0000	1.7
  @@ -118,7 +118,7 @@
   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
   
   ".\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
   
  
  
  
  1.3       +2 -2      httpd-2.0/modules/filters/mod_deflate.dsp
  
  Index: mod_deflate.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/mod_deflate.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_deflate.dsp	29 May 2002 16:52:25 -0000	1.2
  +++ mod_deflate.dsp	20 Jan 2003 19:48:34 -0000	1.3
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/filters/mod_ext_filter.dsp
  
  Index: mod_ext_filter.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/mod_ext_filter.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_ext_filter.dsp	14 Nov 2002 20:22:50 -0000	1.1
  +++ mod_ext_filter.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/filters/mod_include.dsp
  
  Index: mod_include.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_include.dsp	10 Jan 2002 08:47:21 -0000	1.1
  +++ mod_include.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -110,7 +110,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/generators/mod_asis.dsp
  
  Index: mod_asis.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_asis.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_asis.dsp	10 Jan 2002 08:47:21 -0000	1.1
  +++ mod_asis.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/generators/mod_autoindex.dsp
  
  Index: mod_autoindex.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_autoindex.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_autoindex.dsp	10 Jan 2002 08:47:21 -0000	1.1
  +++ mod_autoindex.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/generators/mod_cgi.dsp
  
  Index: mod_cgi.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgi.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_cgi.dsp	10 Jan 2002 08:47:21 -0000	1.1
  +++ mod_cgi.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -110,7 +110,7 @@
   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
   
   ".\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
   
  
  
  
  1.22      +2 -2      httpd-2.0/modules/generators/mod_info.dsp
  
  Index: mod_info.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_info.dsp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_info.dsp	10 Jan 2002 08:47:21 -0000	1.21
  +++ mod_info.dsp	20 Jan 2003 19:48:34 -0000	1.22
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.22      +2 -2      httpd-2.0/modules/generators/mod_status.dsp
  
  Index: mod_status.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_status.dsp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_status.dsp	10 Jan 2002 08:47:21 -0000	1.21
  +++ mod_status.dsp	20 Jan 2003 19:48:34 -0000	1.22
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/http/mod_mime.dsp
  
  Index: mod_mime.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/mod_mime.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_mime.dsp	10 Jan 2002 08:47:21 -0000	1.1
  +++ mod_mime.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/loggers/mod_log_config.dsp
  
  Index: mod_log_config.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/loggers/mod_log_config.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_log_config.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_log_config.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/loggers/mod_logio.dsp
  
  Index: mod_logio.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/loggers/mod_logio.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_logio.dsp	1 Nov 2002 17:55:12 -0000	1.1
  +++ mod_logio.dsp	20 Jan 2003 19:48:34 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_actions.dsp
  
  Index: mod_actions.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_actions.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_actions.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_actions.dsp	20 Jan 2003 19:48:37 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_alias.dsp
  
  Index: mod_alias.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_alias.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_alias.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_alias.dsp	20 Jan 2003 19:48:38 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_dir.dsp
  
  Index: mod_dir.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_dir.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_dir.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_dir.dsp	20 Jan 2003 19:48:38 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_imap.dsp
  
  Index: mod_imap.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_imap.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_imap.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_imap.dsp	20 Jan 2003 19:48:38 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_negotiation.dsp
  
  Index: mod_negotiation.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_negotiation.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_negotiation.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_negotiation.dsp	20 Jan 2003 19:48:38 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.24      +2 -2      httpd-2.0/modules/mappers/mod_rewrite.dsp
  
  Index: mod_rewrite.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.dsp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- mod_rewrite.dsp	22 Aug 2002 11:23:26 -0000	1.23
  +++ mod_rewrite.dsp	20 Jan 2003 19:48:38 -0000	1.24
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/modules/mappers/mod_speling.dsp
  
  Index: mod_speling.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_speling.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_speling.dsp	10 Jan 2002 08:47:22 -0000	1.20
  +++ mod_speling.dsp	20 Jan 2003 19:48:38 -0000	1.21
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/mappers/mod_userdir.dsp
  
  Index: mod_userdir.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_userdir.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_userdir.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_userdir.dsp	20 Jan 2003 19:48:39 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.3       +2 -2      httpd-2.0/modules/mappers/mod_vhost_alias.dsp
  
  Index: mod_vhost_alias.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_vhost_alias.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_vhost_alias.dsp	10 Jan 2002 08:47:22 -0000	1.2
  +++ mod_vhost_alias.dsp	20 Jan 2003 19:48:39 -0000	1.3
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/modules/metadata/mod_cern_meta.dsp
  
  Index: mod_cern_meta.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_cern_meta.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_cern_meta.dsp	10 Jan 2002 08:47:22 -0000	1.20
  +++ mod_cern_meta.dsp	20 Jan 2003 19:48:41 -0000	1.21
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/metadata/mod_env.dsp
  
  Index: mod_env.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_env.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_env.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_env.dsp	20 Jan 2003 19:48:42 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/modules/metadata/mod_expires.dsp
  
  Index: mod_expires.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_expires.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_expires.dsp	10 Jan 2002 08:47:22 -0000	1.20
  +++ mod_expires.dsp	20 Jan 2003 19:48:42 -0000	1.21
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/modules/metadata/mod_headers.dsp
  
  Index: mod_headers.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_headers.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_headers.dsp	10 Jan 2002 08:47:22 -0000	1.20
  +++ mod_headers.dsp	20 Jan 2003 19:48:42 -0000	1.21
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.3       +2 -2      httpd-2.0/modules/metadata/mod_mime_magic.dsp
  
  Index: mod_mime_magic.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_mime_magic.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_mime_magic.dsp	10 Jan 2002 08:47:22 -0000	1.2
  +++ mod_mime_magic.dsp	20 Jan 2003 19:48:42 -0000	1.3
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/metadata/mod_setenvif.dsp
  
  Index: mod_setenvif.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_setenvif.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_setenvif.dsp	10 Jan 2002 08:47:22 -0000	1.1
  +++ mod_setenvif.dsp	20 Jan 2003 19:48:42 -0000	1.2
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.3       +2 -2      httpd-2.0/modules/metadata/mod_unique_id.dsp
  
  Index: mod_unique_id.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_unique_id.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_unique_id.dsp	10 Jan 2002 08:47:22 -0000	1.2
  +++ mod_unique_id.dsp	20 Jan 2003 19:48:42 -0000	1.3
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/modules/metadata/mod_usertrack.dsp
  
  Index: mod_usertrack.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/metadata/mod_usertrack.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mod_usertrack.dsp	10 Jan 2002 08:47:22 -0000	1.20
  +++ mod_usertrack.dsp	20 Jan 2003 19:48:42 -0000	1.21
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.20      +2 -2      httpd-2.0/modules/proxy/mod_proxy.dsp
  
  Index: mod_proxy.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.dsp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_proxy.dsp	10 Jan 2002 08:47:22 -0000	1.19
  +++ mod_proxy.dsp	20 Jan 2003 19:48:42 -0000	1.20
  @@ -118,7 +118,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/proxy/mod_proxy_connect.dsp
  
  Index: mod_proxy_connect.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy_connect.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_proxy_connect.dsp	17 Jan 2002 01:05:23 -0000	1.1
  +++ mod_proxy_connect.dsp	20 Jan 2003 19:48:43 -0000	1.2
  @@ -114,7 +114,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/proxy/mod_proxy_ftp.dsp
  
  Index: mod_proxy_ftp.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy_ftp.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_proxy_ftp.dsp	17 Jan 2002 01:05:23 -0000	1.1
  +++ mod_proxy_ftp.dsp	20 Jan 2003 19:48:43 -0000	1.2
  @@ -114,7 +114,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/modules/proxy/mod_proxy_http.dsp
  
  Index: mod_proxy_http.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy_http.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_proxy_http.dsp	17 Jan 2002 01:05:23 -0000	1.1
  +++ mod_proxy_http.dsp	20 Jan 2003 19:48:43 -0000	1.2
  @@ -114,7 +114,7 @@
   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
   
   ".\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
   
  
  
  
  1.15      +2 -2      httpd-2.0/modules/ssl/mod_ssl.dsp
  
  Index: mod_ssl.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.dsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- mod_ssl.dsp	29 Mar 2002 07:37:28 -0000	1.14
  +++ mod_ssl.dsp	20 Jan 2003 19:48:43 -0000	1.15
  @@ -302,7 +302,7 @@
   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
   
   ".\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