From b319cdb8f5edf0c6889215e44800eff53668e6bc Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 7 Jun 2002 16:28:47 +0000 Subject: [PATCH] Win32: Get Ian's priority queue work compiling on Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95569 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_cache.dsp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/experimental/mod_cache.dsp b/modules/experimental/mod_cache.dsp index 38cd907885..3a2a8d03d7 100644 --- a/modules/experimental/mod_cache.dsp +++ b/modules/experimental/mod_cache.dsp @@ -92,10 +92,18 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=.\cache_cache.c +# End Source File +# Begin Source File + SOURCE=.\cache_hash.c # End Source File # Begin Source File +SOURCE=.\cache_pqueue.c +# End Source File +# Begin Source File + SOURCE=.\cache_storage.c # End Source File # Begin Source File @@ -112,10 +120,18 @@ SOURCE=.\mod_cache.c # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File +SOURCE=.\cache_cache.h +# End Source File +# Begin Source File + SOURCE=.\cache_hash.h # End Source File # Begin Source File +SOURCE=.\cache_pqueue.h +# End Source File +# Begin Source File + SOURCE=.\mod_cache.h # End Source File # End Group -- 2.40.0