diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 21:39:15 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-06-27 21:39:15 +0200 |
commit | 95e427552dd16d651ca6bc4bcbd96d077353a9cb (patch) | |
tree | e69ad8d7db8c0ba3ab64d67db020940fbc1c9773 /libhttpd.dsp | |
parent | More of s/ap_table_t/apr_table_t/g; (diff) | |
download | apache2-95e427552dd16d651ca6bc4bcbd96d077353a9cb.tar.xz apache2-95e427552dd16d651ca6bc4bcbd96d077353a9cb.zip |
Fix up files constituting the Win32 libhttpd project file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 589cf471d8..4fb98ac24f 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -116,7 +116,7 @@ SOURCE=.\server\connection.c # End Source File # Begin Source File -SOURCE=.\include\http_conf_globals.h +SOURCE=.\server\core.c # End Source File # Begin Source File @@ -136,10 +136,6 @@ SOURCE=.\include\http_main.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 @@ -156,10 +152,22 @@ SOURCE=.\os\win32\os.h # End Source File # Begin Source File +SOURCE=.\server\protocol.c +# End Source File +# Begin Source File + +SOURCE=.\server\request.c +# End Source File +# Begin Source File + SOURCE=.\server\scoreboard.c # End Source File # Begin Source File +SOURCE=.\include\scoreboard.h +# End Source File +# Begin Source File + SOURCE=.\server\vhost.c # End Source File # End Group @@ -227,6 +235,10 @@ SOURCE=.\modules\http\http_request.c SOURCE=.\include\http_request.h # End Source File +# Begin Source File + +SOURCE=.\include\http_vhost.h +# End Source File # End Group # Begin Group "modules" @@ -317,22 +329,10 @@ SOURCE=.\modules\mappers\mod_userdir.c # PROP Default_Filter "" # Begin Source File -SOURCE=.\server\core.c -# End Source File -# Begin Source File - SOURCE=.\server\error_bucket.c # End Source File # Begin Source File -SOURCE=.\server\protocol.c -# End Source File -# Begin Source File - -SOURCE=.\server\request.c -# End Source File -# Begin Source File - SOURCE=.\server\rfc1413.c # End Source File # Begin Source File |