Commit 2b2821f6 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Duplicate mod_watchdog.h to include/

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1810012 13f79535-47bb-0310-9956-ffa450edef68
parent afeab02d
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -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

+31 −2
Original line number Diff line number Diff line
@@ -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