--------------------- PatchSet 8122 Date: 2006/06/02 15:09:39 Author: serassio Branch: nt Tag: (none) Log: Updated Visual Studio project Members: port/win32/update.cmd:1.1.36.2->1.1.36.3 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.36.2 retrieving revision 1.1.36.3 diff -u -r1.1.36.2 -r1.1.36.3 --- squid/port/win32/update.cmd 27 May 2006 13:18:02 -0000 1.1.36.2 +++ squid/port/win32/update.cmd 2 Jun 2006 15:09:39 -0000 1.1.36.3 @@ -15,7 +15,7 @@ copy %0\..\squid\%1\squid.exe %2\sbin\squid.exe copy %0\..\unlinkd\%1\unlinkd.exe %2\libexec\unlinkd.exe copy %0\..\dnsserver\%1\dnsserver.exe %2\libexec\dnsserver.exe -copy %0\..\pinger\%1\pinger.exe %2\libexec\pinger.exe +if exist %0\..\pinger\%1\pinger.exe copy %0\..\pinger\%1\pinger.exe %2\libexec\pinger.exe copy %0\..\squidclient\%1\squidclient.exe %2\bin\squidclient.exe copy %0\..\fake_auth\%1\fake_auth.exe %2\libexec\fakeauth_auth.exe copy %0\..\nt_auth\%1\nt_auth.exe %2\libexec\mswin_auth.exe @@ -30,7 +30,7 @@ copy %0\..\..\..\src\squid.conf.default %2\etc\squid.conf.default copy %0\..\..\..\src\mime.conf.default %2\etc\mime.conf.default -copy %0\..\..\..\src\cachemgr.conf %2\etc\cachemgr.conf.default +copy %0\..\..\..\tools\cachemgr.conf %2\etc\cachemgr.conf.default copy %0\..\..\..\src\mib.txt %2\share\mib.txt copy %0\..\..\..\errors\english\err_* %2\share\errors\english > NUL @@ -47,7 +47,7 @@ copy %0\..\..\..\doc\win32-relnotes.html %2\docs\win32-relnotes.html copy %0\..\..\..\doc\debug-sections.txt %2\docs\debug-sections.txt copy %0\..\..\..\doc\HTTP-codes.txt %2\docs\HTTP-codes.txt -copy %0\..\..\..\doc\release-notes\release-2.5.html %2\docs\release-2.5.html +copy %0\..\..\..\doc\release-notes\release-2.6.html %2\docs\release-2.6.html type %0\..\..\..\helpers\basic_auth\LDAP\squid_ldap_auth.8 | man2htm2 > %2\docs\squid_ldap_auth.html type %0\..\..\..\helpers\external_acl\LDAP_group\squid_ldap_group.8 | man2htm2 > %2\docs\squid_ldap_group.html type %0\..\..\..\doc\squid.8 | man2htm2 > %2\docs\squid.html