diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-08-27 07:33:30 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-08-27 07:33:30 +0200 |
commit | 4d79bad24622100afa9f1e27fd7939c230ba498e (patch) | |
tree | 5878080b43349a90c7aa5649fc8defebdfcb4b8f /libhttpd.dsp | |
parent | Final additional comments (for the moment) about the new optimization. (diff) | |
download | apache2-4d79bad24622100afa9f1e27fd7939c230ba498e.tar.xz apache2-4d79bad24622100afa9f1e27fd7939c230ba498e.zip |
Regroup some of the headers in the win32 module, to make the distinction
between modules/http and server/ a bit clearer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | libhttpd.dsp | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 54214fa9fd..3435dcaa02 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -128,6 +128,10 @@ SOURCE=.\include\http_connection.h # End Source File # Begin Source File +SOURCE=.\include\http_core.h +# End Source File +# Begin Source File + SOURCE=.\include\http_log.h # End Source File # Begin Source File @@ -136,6 +140,18 @@ SOURCE=.\include\http_main.h # End Source File # Begin Source File +SOURCE=.\include\http_protocol.h +# End Source File +# Begin Source File + +SOURCE=.\include\http_request.h +# End Source File +# Begin Source File + +SOURCE=.\include\http_vhost.h +# End Source File +# Begin Source File + SOURCE=.\include\httpd.h # End Source File # Begin Source File @@ -217,27 +233,15 @@ SOURCE=.\modules\http\http_core.c # End Source File # Begin Source File -SOURCE=.\include\http_core.h -# End Source File -# Begin Source File - SOURCE=.\modules\http\http_protocol.c # End Source File # Begin Source File -SOURCE=.\include\http_protocol.h -# End Source File -# Begin Source File - SOURCE=.\modules\http\http_request.c # End Source File # Begin Source File -SOURCE=.\include\http_request.h -# End Source File -# Begin Source File - -SOURCE=.\include\http_vhost.h +SOURCE=.\modules\http\mod_core.h # End Source File # End Group # Begin Group "modules" |