From: William A. Rowe Jr Date: Tue, 31 May 2011 22:59:53 +0000 (+0000) Subject: Fix include path relative to modules/ldap/ X-Git-Tag: 2.3.13~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd4b6ee73305139c1ccaec767d78adbdf8e4056;p=thirdparty%2Fapache%2Fhttpd.git Fix include path relative to modules/ldap/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/mod_ldap.dsp b/modules/ldap/mod_ldap.dsp index 7918f2cd362..f87762f2056 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)" == "libhttpd - Win32 Release" +!IF "$(CFG)" == "mod_ldap - 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)" == "libhttpd - Win32 Debug" +!ELSEIF "$(CFG)" == "mod_ldap - 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