diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2009-03-25 18:58:59 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2009-03-25 18:58:59 +0100 |
commit | 029b3eaa31edf86fc2f347f4b18f95d721259ade (patch) | |
tree | 76d0a0fcbb7ac4b89e7fd6306e6daf74e6906e26 /libhttpd.dsp | |
parent | refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirks (diff) | |
download | apache2-029b3eaa31edf86fc2f347f4b18f95d721259ade.tar.xz apache2-029b3eaa31edf86fc2f347f4b18f95d721259ade.zip |
drop mpm.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 3c902378d3..e6e9ce177c 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -547,10 +547,6 @@ SOURCE=.\include\ap_listen.h # End Source File # Begin Source File -SOURCE=.\include\ap_mpm.h -# End Source File -# Begin Source File - SOURCE=.\os\win32\ap_regkey.c # End Source File # Begin Source File @@ -567,35 +563,6 @@ SOURCE=.\server\listen.c # End Source File # Begin Source File -SOURCE=.\server\mpm\winnt\mpm.h - -!IF "$(CFG)" == "libhttpd - Win32 Release" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mpm.h -InputPath=.\server\mpm\winnt\mpm.h - -".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\server\mpm\winnt\mpm.h > .\include\mpm.h - -# End Custom Build - -!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating include/mpm.h -InputPath=.\server\mpm\winnt\mpm.h - -".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - type .\server\mpm\winnt\mpm.h > .\include\mpm.h - -# End Custom Build - -!ENDIF - -# End Source File -# Begin Source File - SOURCE=.\server\mpm_common.c # End Source File # Begin Source File |