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...@locus.apache.org on 2000/12/07 22:37:46 UTC

cvs commit: httpd-2.0 Apache.dsw ApacheCore.def Makefile.win

wrowe       00/12/07 13:37:45

  Modified:    .        Apache.dsw ApacheCore.def Makefile.win
  Log:
    With this patch, dav and file_cache ride again :-)  Note file_cache now
    uses mmaps, which may or may not be desired on win32.
  
  Revision  Changes    Path
  1.35      +6 -0      httpd-2.0/Apache.dsw
  
  Index: Apache.dsw
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Apache.dsw,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- Apache.dsw	2000/12/05 20:59:32	1.34
  +++ Apache.dsw	2000/12/07 21:37:42	1.35
  @@ -158,6 +158,12 @@
       Begin Project Dependency
       Project_Dep_Name aprutildll
       End Project Dependency
  +    Begin Project Dependency
  +    Project_Dep_Name mod_dav
  +    End Project Dependency
  +    Begin Project Dependency
  +    Project_Dep_Name mod_dav_fs
  +    End Project Dependency
   }}}
   
   ###############################################################################
  
  
  
  1.44      +1 -1      httpd-2.0/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/ApacheCore.def,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- ApacheCore.def	2000/12/05 19:41:13	1.43
  +++ ApacheCore.def	2000/12/07 21:37:42	1.44
  @@ -222,7 +222,7 @@
   
   	ap_send_http_header
   	ap_send_http_trace
  -
  +        ap_send_mmap
   	ap_send_size
   	ap_server_root_relative
   	
  
  
  
  1.32      +4 -4      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Makefile.win	2000/12/06 04:42:33	1.31
  +++ Makefile.win	2000/12/07 21:37:42	1.32
  @@ -102,10 +102,10 @@
   	 $(MAKE) $(MAKEOPT) -f mod_file_cache.mak CFG="mod_file_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..
   	cd modules\dav\main
  -#	 $(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  +	 $(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..\..
   	cd modules\dav\fs
  -#	 $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  +	 $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..\..
   	cd modules\generators
   #        $(MAKE) $(MAKEOPT) -f mod_info.mak CFG"=mod_info - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  @@ -147,8 +147,8 @@
   	copy modules\aaa\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules
   	copy modules\aaa\mod_auth_digest$(SHORT)\mod_auth_digest.dll $(INSTDIR)\modules
   	copy modules\cache\mod_file_cache$(SHORT)\mod_file_cache.dll $(INSTDIR)\modules
  -#       copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules
  -#       copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules
  +        copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules
  +        copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules
   #       copy modules\generators\mod_info$(SHORT)\mod_info.dll $(INSTDIR)\modules
           copy modules\generators\mod_status$(SHORT)\mod_status.dll $(INSTDIR)\modules
           copy modules\mappers\mod_rewrite$(SHORT)\mod_rewrite.dll $(INSTDIR)\modules