diff options
author | Jeff Trawick <trawick@apache.org> | 2011-03-27 16:48:07 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-03-27 16:48:07 +0200 |
commit | 51e35375626f4cf8d82ee1f2a95787d34802ca5b (patch) | |
tree | beae28cb931fc1e9fc7a6b577c32b5aada30d7db /libhttpd.dsp | |
parent | Newly approved types for n3 and turtle (diff) | |
download | apache2-51e35375626f4cf8d82ee1f2a95787d34802ca5b.tar.xz apache2-51e35375626f4cf8d82ee1f2a95787d34802ca5b.zip |
mpm_default.h is just a convenience for a specific MPM with 2.3+;
it isn't installed
(this is the only definition at present for DEFAULT_REL_RUNTIMEDIR
on Windows, but that needs to be solved separately)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1085947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 11cf9ec019..482158b569 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -624,30 +624,6 @@ SOURCE=.\include\mpm_common.h SOURCE=.\server\mpm\winnt\mpm_default.h -!IF "$(CFG)" == "libhttpd - Win32 Release" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mpm_default.h -InputPath=.\server\mpm\winnt\mpm_default.h - -".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\server\mpm\winnt\mpm_default.h > .\include\mpm_default.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mpm_default.h -InputPath=.\server\mpm\winnt\mpm_default.h - -".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\server\mpm\winnt\mpm_default.h > .\include\mpm_default.h - -# End Custom Build - -!ENDIF - # End Source File # Begin Source File |