]> granicus.if.org Git - apache/commitdiff
Fix include path relative to modules/ldap/
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 22:59:53 +0000 (22:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 31 May 2011 22:59:53 +0000 (22:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129956 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/mod_ldap.dsp

index 7918f2cd3623020f08330af5a4708d6465af34c9..f87762f20568c117d01c678bc45ef2542659ca3a 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)" == "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