]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Duplicate mod_watchdog.h to include/
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Sep 2017 17:17:42 +0000 (17:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Sep 2017 17:17:42 +0000 (17:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1810012 13f79535-47bb-0310-9956-ffa450edef68

libhttpd.dsp
libhttpd.mak

index ae4b17bedeb5440a6773ee5b338397c7b3854f82..0cf61e199a6f47cea707a3ceb03c2b6309c0add2 100644 (file)
@@ -376,6 +376,28 @@ InputPath=.\modules\core\mod_so.h
 
 !ENDIF 
 
+# End Source File
+# Begin Custom Build - Creating include/mod_watchdog.h
+InputPath=.\modules\core\mod_watchdog.h
+
+".\include\mod_watchdog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       type .\modules\core\mod_watchdog.h > .\include\mod_watchdog.h
+
+# End Custom Build
+
+!ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+# Begin Custom Build - Creating include/mod_watchdog.h
+InputPath=.\modules\core\mod_watchdog.h
+
+".\include\mod_watchdog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       type .\modules\core\mod_watchdog.h > .\include\mod_watchdog.h
+
+# End Custom Build
+
+!ENDIF 
+
 # End Source File
 # Begin Source File
 
index 0975ec1f0d0d32f62259a30557fd31db5050d12d..4ea4173b1a382bdad136e9aaaa12de3f492e2036 100644 (file)
@@ -233,11 +233,11 @@ OutDir=.\Debug
 
 !IF "$(RECURSE)" == "0" 
 
-ALL : ".\server\test_char.h" ".\include\mod_so.h" ".\include\mod_proxy.h" ".\include\mod_include.h" ".\include\mod_dav.h" ".\include\mod_cgi.h" ".\include\ap_config_layout.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
+ALL : ".\server\test_char.h" ".\include\mod_watchdog.h" ".\include\mod_so.h" ".\include\mod_proxy.h" ".\include\mod_include.h" ".\include\mod_dav.h" ".\include\mod_cgi.h" ".\include\ap_config_layout.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
 
 !ELSE 
 
-ALL : "gen_test_char - Win32 Debug" "libaprutil - Win32 Debug" "libapriconv - Win32 Debug" "libapr - Win32 Debug" ".\server\test_char.h" ".\include\mod_so.h" ".\include\mod_proxy.h" ".\include\mod_include.h" ".\include\mod_dav.h" ".\include\mod_cgi.h" ".\include\ap_config_layout.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
+ALL : "gen_test_char - Win32 Debug" "libaprutil - Win32 Debug" "libapriconv - Win32 Debug" "libapr - Win32 Debug" ".\server\test_char.h" ".\include\mod_watchdog.h" ".\include\mod_so.h" ".\include\mod_proxy.h" ".\include\mod_include.h" ".\include\mod_dav.h" ".\include\mod_cgi.h" ".\include\ap_config_layout.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)"
 
 !ENDIF 
 
@@ -305,6 +305,7 @@ CLEAN :
        -@erase ".\include\mod_include.h"
        -@erase ".\include\mod_proxy.h"
        -@erase ".\include\mod_so.h"
+       -@erase ".\include\mod_watchdog.h"
        -@erase ".\server\test_char.h"
 
 "$(OUTDIR)" :
@@ -768,6 +769,34 @@ InputPath=.\modules\core\mod_so.h
 << 
        
 
+!ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
+
+!ENDIF 
+
+SOURCE=.\modules\core\mod_watchdog.h
+
+!IF  "$(CFG)" == "libhttpd - Win32 Release"
+
+InputPath=.\modules\core\mod_watchdog.h
+
+".\include\mod_watchdog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       <<tempfile.bat 
+       @echo off 
+       type .\modules\core\mod_watchdog.h > .\include\mod_watchdog.h
+<< 
+       
+
+!ELSEIF  "$(CFG)" == "libhttpd - Win32 Debug"
+
+InputPath=.\modules\core\mod_watchdog.h
+
+".\include\mod_watchdog.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+       <<tempfile.bat 
+       @echo off 
+       type .\modules\core\mod_watchdog.h > .\include\mod_watchdog.h
+<< 
+       
+
 !ELSEIF  "$(CFG)" == "libhttpd - Win32 Lexical"
 
 !ENDIF