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/19 03:46:56 UTC

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

wrowe       2003/01/18 18:46:56

  Modified:    .        Makefile.win Apache.dsw
  Log:
    .dsw IDE builds were building mod_auth_ldap, while .mak builds were not.
  
    Corrected, and cleaned up redundant util_ldap dependency.
  
  Revision  Changes    Path
  1.125     +6 -0      httpd-2.0/Makefile.win
  
  Index: Makefile.win
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Makefile.win,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- Makefile.win	18 Jan 2003 02:26:45 -0000	1.124
  +++ Makefile.win	19 Jan 2003 02:46:55 -0000	1.125
  @@ -239,6 +239,8 @@
   	 $(MAKE) $(MAKEOPT) -f mod_charset_lite.mak CFG="mod_charset_lite - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	 $(MAKE) $(MAKEOPT) -f mod_mem_cache.mak   CFG="mod_mem_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	 $(MAKE) $(MAKEOPT) -f mod_disk_cache.mak  CFG="mod_disk_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  +	 $(MAKE) $(MAKEOPT) -f util_ldap.mak       CFG="util_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
  +	 $(MAKE) $(MAKEOPT) -f mod_auth_ldap.mak   CFG="mod_auth_ldap - Win32 $(LONG)" RECURSE=0 $(CTARGET)
   	cd ..\..
   	cd modules\filters
   !IF EXIST("srclib\zlib")
  @@ -409,6 +411,8 @@
   	copy modules\experimental\$(LONG)\mod_charset_lite.so "$(INSTDIR)\modules" <.y
   	copy modules\experimental\$(LONG)\mod_mem_cache.so "$(INSTDIR)\modules" <.y
   	copy modules\experimental\$(LONG)\mod_disk_cache.so "$(INSTDIR)\modules" <.y
  +	copy modules\experimental\$(LONG)\util_ldap.so "$(INSTDIR)\modules" <.y
  +	copy modules\experimental\$(LONG)\mod_auth_ldap.so "$(INSTDIR)\modules" <.y
   	copy modules\filters\$(LONG)\mod_ext_filter.so "$(INSTDIR)\modules" <.y
   	copy modules\filters\$(LONG)\mod_include.so "$(INSTDIR)\modules" <.y
   	copy modules\generators\$(LONG)\mod_asis.so "$(INSTDIR)\modules" <.y
  @@ -465,6 +469,8 @@
   	copy modules\experimental\$(LONG)\mod_charset_lite.pdb "$(INSTDIR)\modules" <.y
   	copy modules\experimental\$(LONG)\mod_mem_cache.pdb "$(INSTDIR)\modules" <.y
   	copy modules\experimental\$(LONG)\mod_disk_cache.pdb "$(INSTDIR)\modules" <.y
  +	copy modules\experimental\$(LONG)\util_ldap.pdb "$(INSTDIR)\modules" <.y
  +	copy modules\experimental\$(LONG)\mod_auth_ldap.pdb "$(INSTDIR)\modules" <.y
   	copy modules\filters\$(LONG)\mod_ext_filter.pdb "$(INSTDIR)\modules" <.y
   	copy modules\filters\$(LONG)\mod_include.pdb "$(INSTDIR)\modules" <.y
   	copy modules\generators\$(LONG)\mod_asis.pdb "$(INSTDIR)\modules" <.y
  
  
  
  1.95      +0 -3      httpd-2.0/Apache.dsw
  
  Index: Apache.dsw
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Apache.dsw,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- Apache.dsw	11 Dec 2002 06:13:02 -0000	1.94
  +++ Apache.dsw	19 Jan 2003 02:46:55 -0000	1.95
  @@ -227,9 +227,6 @@
       Begin Project Dependency
       Project_Dep_Name mod_auth_ldap
       End Project Dependency
  -    Begin Project Dependency
  -    Project_Dep_Name util_ldap
  -    End Project Dependency
   }}}
   
   ###############################################################################