From: William A. Rowe Jr Date: Sun, 19 Jan 2003 02:46:55 +0000 (+0000) Subject: .dsw IDE builds were building mod_auth_ldap, while .mak builds were not. X-Git-Tag: pre_ajp_proxy~2255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8eca9047fdc98a803b5600159a3e6dae6dce7e59;p=apache .dsw IDE builds were building mod_auth_ldap, while .mak builds were not. Corrected, and cleaned up redundant util_ldap dependency. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98346 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Apache.dsw b/Apache.dsw index 56db834309..182d1ed511 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -227,9 +227,6 @@ Package=<4> Begin Project Dependency Project_Dep_Name mod_auth_ldap End Project Dependency - Begin Project Dependency - Project_Dep_Name util_ldap - End Project Dependency }}} ############################################################################### diff --git a/Makefile.win b/Makefile.win index c581d492f9..1853274112 100644 --- a/Makefile.win +++ b/Makefile.win @@ -239,6 +239,8 @@ _build: $(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 @@ _install: 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 @@ _install: 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