diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 19:38:24 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-01-28 19:38:24 +0100 |
commit | a938ae2f978642ddc4db3ff71cf42f4a4b00e8ec (patch) | |
tree | 181ba618a705e487c7d9d01c027691eec19589cd /libhttpd.dsp | |
parent | Another starting point, by no means complete. (diff) | |
download | apache2-a938ae2f978642ddc4db3ff71cf42f4a4b00e8ec.tar.xz apache2-a938ae2f978642ddc4db3ff71cf42f4a4b00e8ec.zip |
Add newly invented mod_include.h to the project view
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index ba247c1906..ea7bb495b9 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -52,8 +52,8 @@ BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /incremental:no /map /machine:I386 /base:@"os\win32\BaseAddr.ref",libhttpd -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /incremental:no /map /machine:I386 /base:@"os\win32\BaseAddr.ref",libhttpd +# ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /map /machine:I386 /base:@"os\win32\BaseAddr.ref",libhttpd +# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /map /machine:I386 /base:@"os\win32\BaseAddr.ref",libhttpd !ELSEIF "$(CFG)" == "libhttpd - Win32 Debug" @@ -235,10 +235,6 @@ SOURCE=.\server\vhost.c # PROP Default_Filter "" # Begin Source File -SOURCE=.\modules\http\error_bucket.c -# End Source File -# Begin Source File - SOURCE=.\modules\http\http_core.c # End Source File # Begin Source File @@ -291,6 +287,10 @@ SOURCE=.\modules\generators\mod_cgi.c # End Source File # Begin Source File +SOURCE=.\modules\http\mod_core.h +# End Source File +# Begin Source File + SOURCE=.\modules\mappers\mod_dir.c # End Source File # Begin Source File @@ -307,6 +307,10 @@ SOURCE=.\modules\filters\mod_include.c # End Source File # Begin Source File +SOURCE=.\modules\filters\mod_include.h +# End Source File +# Begin Source File + SOURCE=.\os\win32\mod_isapi.c # End Source File # Begin Source File @@ -339,6 +343,10 @@ SOURCE=.\modules\mappers\mod_userdir.c # PROP Default_Filter "" # Begin Source File +SOURCE=.\modules\http\error_bucket.c +# End Source File +# Begin Source File + SOURCE=.\server\rfc1413.c # End Source File # Begin Source File |