diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-01-10 09:47:23 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-01-10 09:47:23 +0100 |
commit | aff1454d341fd443a886026180ed2c6b2f30fc46 (patch) | |
tree | dd736f23ec687ca2d7f8a270be88efdfd1c47e6b /libhttpd.dsp | |
parent | Does Apache need a fast way to exclude log lines? (diff) | |
download | apache2-aff1454d341fd443a886026180ed2c6b2f30fc46.tar.xz apache2-aff1454d341fd443a886026180ed2c6b2f30fc46.zip |
*) Split all Win32 modules [excluding the core components mod_core,
mod_so, mod_win32 and the winnt mpm] into individual loadable
modules, so the administrator may individually disable the former
compiled-in modules by simply commenting out their LoadModule
directives. [William Rowe]
*) Saved Win32 module authors and porters many future headaches, by
duplicating the appropriate .h files such as os.h into the include
directory, including in the build tree. [William Rowe]
Also noticed that version stamp resources weren't generated for proxy
modules, this too is now fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 246 |
1 files changed, 188 insertions, 58 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 7449251b8b..e787698878 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -42,8 +42,8 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /MD /W3 /O2 /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c -# ADD CPP /nologo /MD /W3 /O2 /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /I "./modules/proxy" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd" /FD /c +# ADD BASE CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c +# ADD CPP /nologo /MD /W3 /O2 /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Release\libhttpd" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" @@ -68,8 +68,8 @@ LINK32=link.exe # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" -# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c -# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I ".\include" /I ".\srclib\apr\include" /I ".\srclib\apr-util\include" /I "./server/mpm/winnt" /I "./srclib/expat-lite" /I "./os/win32" /I "./modules/http" /I "./modules/proxy" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c +# ADD BASE CPP /nologo /MDd /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c +# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./srclib/apr/include" /I "./srclib/apr-util/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /Fd"Debug\libhttpd" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" @@ -196,6 +196,8 @@ SOURCE=.\server\gen_test_char.exe !IF "$(CFG)" == "libhttpd - Win32 Release" +# PROP Ignore_Default_Tool 1 +USERDEP__WIN32=".\include\os.h" # Begin Custom Build - Generating test_char.h InputPath=.\server\gen_test_char.exe @@ -207,6 +209,8 @@ InputPath=.\server\gen_test_char.exe !ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" +# PROP Ignore_Default_Tool 1 +USERDEP__WIN32=".\include\os.h" # Begin Custom Build - Generating test_char.h InputPath=.\server\gen_test_char.exe @@ -221,107 +225,233 @@ InputPath=.\server\gen_test_char.exe # End Source File # Begin Source File -SOURCE=.\server\test_char.h -# End Source File -# End Group -# Begin Group "httpd" +SOURCE=.\modules\http\mod_core.h -# PROP Default_Filter "" -# Begin Source File +!IF "$(CFG)" == "libhttpd - Win32 Release" -SOURCE=.\modules\http\http_core.c -# End Source File -# Begin Source File +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_core.h +InputPath=.\modules\http\mod_core.h -SOURCE=.\modules\http\http_protocol.c -# End Source File -# Begin Source File +".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_core.h + copy .\modules\http\mod_core.h .\include\mod_core.h + echo Created mod_core.h + +# End Custom Build -SOURCE=.\modules\http\http_request.c -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" -SOURCE=.\modules\http\mod_core.h -# End Source File -# End Group -# Begin Group "modules" +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_core.h +InputPath=.\modules\http\mod_core.h -# PROP Default_Filter "" -# Begin Source File +".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_core.h + copy .\modules\http\mod_core.h .\include\mod_core.h + echo Created mod_core.h + +# End Custom Build -SOURCE=.\modules\aaa\mod_access.c -# End Source File -# Begin Source File +!ENDIF -SOURCE=.\modules\mappers\mod_actions.c # End Source File # Begin Source File -SOURCE=.\modules\mappers\mod_alias.c -# End Source File -# Begin Source File +SOURCE=.\modules\dav\main\mod_dav.h -SOURCE=.\modules\generators\mod_asis.c -# End Source File -# Begin Source File +!IF "$(CFG)" == "libhttpd - Win32 Release" -SOURCE=.\modules\aaa\mod_auth.c -# End Source File -# Begin Source File +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_dav.h +InputPath=.\modules\dav\main\mod_dav.h -SOURCE=.\modules\generators\mod_autoindex.c -# End Source File -# Begin Source File +".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_dav.h + copy .\modules\dav\main\mod_dav.h .\include\mod_dav.h + echo Created mod_dav.h + +# End Custom Build -SOURCE=.\modules\generators\mod_cgi.c -# End Source File -# Begin Source File +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" -SOURCE=.\modules\mappers\mod_dir.c -# End Source File -# Begin Source File +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_dav.h +InputPath=.\modules\dav\main\mod_dav.h + +".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_dav.h + copy .\modules\dav\main\mod_dav.h .\include\mod_dav.h + echo Created mod_dav.h + +# End Custom Build + +!ENDIF -SOURCE=.\modules\metadata\mod_env.c # End Source File # Begin Source File -SOURCE=.\modules\mappers\mod_imap.c +SOURCE=.\modules\proxy\mod_proxy.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_proxy.h +InputPath=.\modules\proxy\mod_proxy.h + +".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_proxy.h + copy .\modules\proxy\mod_proxy.h .\include\mod_proxy.h + echo Created mod_proxy.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mod_proxy.h +InputPath=.\modules\proxy\mod_proxy.h + +".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mod_proxy.h + copy .\modules\proxy\mod_proxy.h .\include\mod_proxy.h + echo Created mod_proxy.h + +# End Custom Build + +!ENDIF + # End Source File # Begin Source File -SOURCE=.\modules\filters\mod_include.c +SOURCE=.\server\mpm\winnt\mpm.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mpm.h +InputPath=.\server\mpm\winnt\mpm.h + +".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mpm.h + copy .\server\mpm\winnt\mpm.h .\include\mpm.h + echo Created mpm.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mpm.h +InputPath=.\server\mpm\winnt\mpm.h + +".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mpm.h + copy .\server\mpm\winnt\mpm.h .\include\mpm.h + echo Created mpm.h + +# End Custom Build + +!ENDIF + # End Source File # Begin Source File -SOURCE=.\modules\filters\mod_include.h +SOURCE=.\server\mpm\winnt\mpm_default.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mpm_default.h +InputPath=.\server\mpm\winnt\mpm_default.h + +".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mpm_default.h + copy .\server\mpm\winnt\mpm_default.h .\include\mpm_default.h + echo Created mpm_default.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating mpm_default.h +InputPath=.\server\mpm\winnt\mpm_default.h + +".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\mpm_default.h + copy .\server\mpm\winnt\mpm_default.h .\include\mpm_default.h + echo Created mpm_default.h + +# End Custom Build + +!ENDIF + # End Source File # Begin Source File -SOURCE=.\modules\arch\win32\mod_isapi.c +SOURCE=.\os\win32\os.h + +!IF "$(CFG)" == "libhttpd - Win32 Release" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating os.h +InputPath=.\os\win32\os.h + +".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\os.h + copy .\os\win32\os.h .\include\os.h + echo Created os.h + +# End Custom Build + +!ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build - Generating os.h +InputPath=.\os\win32\os.h + +".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + del .\include\os.h + copy .\os\win32\os.h .\include\os.h + echo Created os.h + +# End Custom Build + +!ENDIF + # End Source File # Begin Source File -SOURCE=.\modules\loggers\mod_log_config.c +SOURCE=.\server\test_char.h # End Source File +# End Group +# Begin Group "httpd" + +# PROP Default_Filter "" # Begin Source File -SOURCE=.\modules\http\mod_mime.c +SOURCE=.\modules\http\http_core.c # End Source File # Begin Source File -SOURCE=.\modules\mappers\mod_negotiation.c +SOURCE=.\modules\http\http_protocol.c # End Source File # Begin Source File -SOURCE=.\modules\metadata\mod_setenvif.c +SOURCE=.\modules\http\http_request.c # End Source File # Begin Source File -SOURCE=.\modules\mappers\mod_so.c +SOURCE=.\modules\http\mod_core.h # End Source File +# End Group +# Begin Group "modules" + +# PROP Default_Filter "" # Begin Source File -SOURCE=.\modules\mappers\mod_userdir.c +SOURCE=.\modules\mappers\mod_so.c # End Source File # Begin Source File |