From: Stefan Fritsch Date: Sat, 23 Jul 2011 17:19:04 +0000 (+0000) Subject: Revert r1129956: X-Git-Tag: 2.3.14^2~30^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bbd1f6da68935a34af1f9081cbb6963290764f;p=thirdparty%2Fapache%2Fhttpd.git Revert r1129956: Fix include path relative to modules/ldap/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150167 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/mod_ldap.dsp b/modules/ldap/mod_ldap.dsp index f87762f2056..7918f2cd362 100644 --- a/modules/ldap/mod_ldap.dsp +++ b/modules/ldap/mod_ldap.dsp @@ -100,27 +100,27 @@ PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).ma # Name "mod_ldap - Win32 Release" # Name "mod_ldap - Win32 Debug" # Begin Source File -SOURCE=..\..\include\ap_ldap.hw +SOURCE=.\include\ap_ldap.hw -!IF "$(CFG)" == "mod_ldap - Win32 Release" +!IF "$(CFG)" == "libhttpd - Win32 Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Creating include/ap_ldap.h -InputPath=..\..\include\ap_ldap.hw +InputPath=.\include\ap_ldap.hw -"..\..\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type ..\..\include\ap_ldap.hw > ..\..\include\ap_ldap.h +".\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\include\ap_ldap.hw > .\include\ap_ldap.h # End Custom Build -!ELSEIF "$(CFG)" == "mod_ldap - Win32 Debug" +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Creating include/ap_ldap.h -InputPath=..\..\include\ap_ldap.hw +InputPath=.\include\ap_ldap.hw -"..\..\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type ..\..\include\ap_ldap.hw > ..\..\include\ap_ldap.h +".\include\ap_ldap.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\include\ap_ldap.hw > .\include\ap_ldap.h # End Custom Build