--------------------- PatchSet 722 Date: 2003/05/01 22:59:19 Author: serassio Branch: nt Tag: (none) Log: Updated Visual Studio Project Members: port/win32/Makefile.am:1.2.18.2->1.2.18.3 port/win32/libcc/.cvsignore:1.1->1.1.2.1 port/win32/libcc/libcc.dsp:1.1->1.1.2.1 port/win32/libtrie/.cvsignore:1.1->1.1.2.1 port/win32/libtrie/libtrie.dsp:1.1->1.1.2.1 port/win32/squid/squid.dsp:1.2.18.2->1.2.18.3 Index: squid3/port/win32/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/Attic/Makefile.am,v retrieving revision 1.2.18.2 retrieving revision 1.2.18.3 diff -u -r1.2.18.2 -r1.2.18.3 --- squid3/port/win32/Makefile.am 12 Apr 2003 19:27:14 -0000 1.2.18.2 +++ squid3/port/win32/Makefile.am 1 May 2003 23:05:14 -0000 1.2.18.3 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.2.18.2 2003/04/12 19:27:14 serassio Exp $ +# $Id: Makefile.am,v 1.2.18.3 2003/05/01 23:05:14 serassio Exp $ # EXTRA_DIST = \ @@ -34,6 +34,8 @@ LDAP_group/LDAP_group.dsp \ libawin32/libawin32.dsp \ libbasic/libbasic.dsp \ + libc/libc.dsp \ + libcc/libcc.dsp \ libcoss/libcoss.dsp \ libdigest/libdigest.dsp \ libgnuregex/libgnuregex.dsp \ @@ -45,6 +47,7 @@ libnull/libnull.dsp \ libsnmp/libsnmp.dsp \ libsspwin32/libsspwin32.dsp \ + libtrie/libtrie.dsp \ libufs/libufs.dsp \ NCSA_auth/NCSA_auth.dsp \ nt_auth/nt_auth.dsp \ --- /dev/null Wed Feb 14 12:16:11 2007 +++ squid3/port/win32/libcc/.cvsignore Wed Feb 14 12:16:38 2007 @@ -0,0 +1,3 @@ +.cvsignore +Debug +Release --- /dev/null Wed Feb 14 12:16:11 2007 +++ squid3/port/win32/libcc/libcc.dsp Wed Feb 14 12:16:38 2007 @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="libcc" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libcc - 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 "libcc.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 "libcc.mak" CFG="libcc - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libcc - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libcc - 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)" == "libcc - 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 "../../../lib/libtrie/include" /I "../../../include" /I "../../../src" /I "../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /TP /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)" == "libcc - 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 "../../../lib/libtrie/include" /I "../../../include" /I "../../../src" /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /GZ /TP /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 "libcc - Win32 Release" +# Name "libcc - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\lib\Array.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\lib\Splay.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\src\Trie.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\src\TrieNode.cc +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# End Target +# End Project --- /dev/null Wed Feb 14 12:16:11 2007 +++ squid3/port/win32/libtrie/.cvsignore Wed Feb 14 12:16:38 2007 @@ -0,0 +1,3 @@ +.cvsignore +Debug +Release --- /dev/null Wed Feb 14 12:16:11 2007 +++ squid3/port/win32/libtrie/libtrie.dsp Wed Feb 14 12:16:38 2007 @@ -0,0 +1,108 @@ +# Microsoft Developer Studio Project File - Name="libtrie" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=libtrie - 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 "libtrie.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 "libtrie.mak" CFG="libtrie - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libtrie - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libtrie - 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)" == "libtrie - 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/libtrie/include" /I "../../../lib/libtrie/include" /I "../../../include" /I "../../../src" /I "../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /TP /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)" == "libtrie - 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 "../../../lib/libtrie/include" /I "../../../include" /I "../../../src" /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /YX /FD /GZ /TP /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 "libtrie - Win32 Release" +# Name "libtrie - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\src\Trie.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\src\TrieNode.cc +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\include\Trie.h +# End Source File +# Begin Source File + +SOURCE=..\..\..\lib\libTrie\include\TrieNode.h +# End Source File +# End Group +# End Target +# End Project Index: squid3/port/win32/squid/squid.dsp =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/squid/Attic/squid.dsp,v retrieving revision 1.2.18.2 retrieving revision 1.2.18.3 diff -u -r1.2.18.2 -r1.2.18.3 --- squid3/port/win32/squid/squid.dsp 2 Mar 2003 10:56:36 -0000 1.2.18.2 +++ squid3/port/win32/squid/squid.dsp 1 May 2003 22:59:19 -0000 1.2.18.3 @@ -152,10 +152,6 @@ # End Source File # Begin Source File -SOURCE=..\..\..\src\ACLChecklist.cc -# End Source File -# Begin Source File - SOURCE=..\..\..\src\ACLDestinationDomain.cc # End Source File # Begin Source File @@ -277,6 +273,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\ACLChecklist.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\asn.cc # End Source File # Begin Source File @@ -373,6 +373,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\fde.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\filemap.cc # End Source File # Begin Source File @@ -465,6 +469,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\int.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\internal.cc # End Source File # Begin Source File @@ -501,6 +509,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\MemObject.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\mime.cc # End Source File # Begin Source File @@ -565,10 +577,6 @@ # End Source File # Begin Source File -SOURCE=..\..\..\src\ssl.cc -# End Source File -# Begin Source File - SOURCE=..\..\..\src\ssl_support.cc # End Source File # Begin Source File @@ -637,6 +645,30 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\StoreMeta.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\StoreMetaMD5.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\StoreMetaSTD.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\StoreMetaUnpacker.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\StoreMetaURL.cc +# End Source File +# Begin Source File + +SOURCE=..\..\..\src\StoreMetaVary.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\String.cc # End Source File # Begin Source File @@ -649,6 +681,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\src\tunnel.cc +# End Source File +# Begin Source File + SOURCE=..\..\..\src\ufscommon.cc # End Source File # Begin Source File