From: William A. Rowe Jr Date: Mon, 28 Mar 2011 15:46:08 +0000 (+0000) Subject: Pick up Jeff's layout refactoring on win32. X-Git-Tag: 2.3.12~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac248d333d53a538c19a3be11c00349248240ee;p=thirdparty%2Fapache%2Fhttpd.git Pick up Jeff's layout refactoring on win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086282 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/libhttpd.dsp b/libhttpd.dsp index 482158b5691..6e656d084db 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -199,6 +199,35 @@ SOURCE=.\include\httpd.h # End Source File # Begin Source File +SOURCE=.\os\win32\win32_config_layout.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Creating include/ap_config_layout.h +InputPath=.\os\win32\win32_config_layout.h + +".\include\ap_config_layout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\os\win32\win32_config_layout.h > .\include\ap_config_layout.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Creating include/ap_config_layout.h +InputPath=.\os\win32\win32_config_layout.h + +".\include\ap_config_layout.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + type .\os\win32\win32_config_layout.h > .\include\ap_config_layout.h + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\modules\generators\mod_cgi.h !IF "$(CFG)" == "libhttpd - Win32 Release"