diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2011-03-28 17:46:08 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2011-03-28 17:46:08 +0200 |
commit | aac248d333d53a538c19a3be11c00349248240ee (patch) | |
tree | 046572144a9027b85fadf2f44873870afd5e58fe /libhttpd.dsp | |
parent | ap_max_requests_per_child is a global (diff) | |
download | apache2-aac248d333d53a538c19a3be11c00349248240ee.tar.xz apache2-aac248d333d53a538c19a3be11c00349248240ee.zip |
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
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 482158b569..6e656d084d 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" |