--------------------- PatchSet 1004 Date: 2004/04/10 10:15:14 Author: serassio Branch: nt Tag: (none) Log: Updated Visual Studio 6 project Members: port/win32/update.cmd:1.2.18.5->1.2.18.6 Index: squid3/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/Attic/update.cmd,v retrieving revision 1.2.18.5 retrieving revision 1.2.18.6 diff -u -r1.2.18.5 -r1.2.18.6 --- squid3/port/win32/update.cmd 28 Feb 2004 09:01:14 -0000 1.2.18.5 +++ squid3/port/win32/update.cmd 10 Apr 2004 10:15:14 -0000 1.2.18.6 @@ -1,4 +1,4 @@ -@echo off +@echo on if %1==release net stop %3 if not exist %2 md %2 @@ -13,8 +13,8 @@ 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\..\dnsserver\%1\dnsserver.exe copy %0\..\dnsserver\%1\dnsserver.exe %2\libexec\dnsserver.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\nt_auth.exe