diff options
author | Ryan Bloom <rbb@apache.org> | 1999-12-16 16:46:17 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-12-16 16:46:17 +0100 |
commit | afeeaeedcbe3bc141d1b5a966492c69f54912b81 (patch) | |
tree | 73a4b8c1c22c460a35dc61a9f52b19caaa486e73 /httpd.dsp | |
parent | Fix mod_include so it works. Both people came up with very similar patches at (diff) | |
download | apache2-afeeaeedcbe3bc141d1b5a966492c69f54912b81.tar.xz apache2-afeeaeedcbe3bc141d1b5a966492c69f54912b81.zip |
Include mod_include and mod_so in the Windows build.
Submitted by: Allan Edwards
Reviewed by: Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84307 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -190,6 +190,10 @@ SOURCE=.\modules\standard\mod_imap.c # End Source File # Begin Source File +SOURCE=.\modules\standard\mod_include.c +# End Source File +# Begin Source File + SOURCE=.\modules\standard\mod_log_config.c # End Source File # Begin Source File @@ -206,6 +210,10 @@ SOURCE=.\modules\standard\mod_setenvif.c # End Source File # Begin Source File +SOURCE=.\modules\standard\mod_so.c +# End Source File +# Begin Source File + SOURCE=.\modules\standard\mod_userdir.c # End Source File # Begin Source File |