--------------------- PatchSet 3762 Date: 2002/03/23 17:59:03 Author: serassio Branch: nt-2_5 Tag: (none) Log: Added libheap module Members: port/win32/squid.dsw:1.1.2.3->1.1.2.4 port/win32/squid_mswin.mak:1.1.2.2->1.1.2.3 port/win32/libheap/libheap.dsp:1.1->1.1.2.1 Index: squid/port/win32/squid.dsw =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/squid.dsw,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/port/win32/squid.dsw 23 Mar 2002 10:35:24 -0000 1.1.2.3 +++ squid/port/win32/squid.dsw 23 Mar 2002 17:59:03 -0000 1.1.2.4 @@ -120,6 +120,18 @@ ############################################################################### +Project: "libheap"=".\libheap\libheap.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "liblru"=".\liblru\liblru.dsp" - Package Owner=<4> Package=<5> @@ -278,6 +290,9 @@ Begin Project Dependency Project_Dep_Name fake_auth End Project Dependency + Begin Project Dependency + Project_Dep_Name libheap + End Project Dependency }}} ############################################################################### Index: squid/port/win32/squid_mswin.mak =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/squid_mswin.mak,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/port/win32/squid_mswin.mak 18 Mar 2002 22:33:47 -0000 1.1.2.2 +++ squid/port/win32/squid_mswin.mak 23 Mar 2002 17:59:03 -0000 1.1.2.3 @@ -39,7 +39,7 @@ DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt AUTH_MODULES = basic ntlm -REPL_POLICIES = lru +REPL_POLICIES = lru heap STORE_MODULES = ufs awin32 cf_gen_defines.h: $(srcdir)\cf_gen_defines $(srcdir)\cf.data.pre --- /dev/null Wed Feb 14 00:55:47 2007 +++ squid/port/win32/libheap/libheap.dsp Wed Feb 14 00:57:31 2007 @@ -0,0 +1,104 @@ +# Microsoft Developer Studio Project File - Name="libheap" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libheap - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libheap.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libheap.mak" CFG="libheap - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libheap - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libheap - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libheap - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /G6 /MT /W3 /GX /O2 /I "../../../include" /I "../../../src" /I "../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD BASE RSC /l 0x410 /d "NDEBUG" +# ADD RSC /l 0x410 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "libheap - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../src" /I "../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD BASE RSC /l 0x410 /d "_DEBUG" +# ADD RSC /l 0x410 /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ENDIF + +# Begin Target + +# Name "libheap - Win32 Release" +# Name "libheap - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\src\repl\heap\store_heap_replacement.c +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\repl\heap\store_repl_heap.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\..\src\repl\heap\store_heap_replacement.h +# End Source File +# End Group +# End Target +# End Project