]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1129956:
authorStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:19:04 +0000 (17:19 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:19:04 +0000 (17:19 +0000)
    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

modules/ldap/mod_ldap.dsp

index f87762f20568c117d01c678bc45ef2542659ca3a..7918f2cd3623020f08330af5a4708d6465af34c9 100644 (file)
@@ -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