--------------------- PatchSet 8248 Date: 2006/06/16 17:47:25 Author: serassio Branch: nt Tag: (none) Log: Updated Visual Studio project for new ncsa_auth support Members: port/win32/update.cmd:1.1.36.4->1.1.36.5 port/win32/NCSA_auth/NCSA_auth.dsp:1.1.34.1->1.1.34.2 Index: squid/port/win32/update.cmd =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/update.cmd,v retrieving revision 1.1.36.4 retrieving revision 1.1.36.5 diff -u -r1.1.36.4 -r1.1.36.5 --- squid/port/win32/update.cmd 13 Jun 2006 20:04:19 -0000 1.1.36.4 +++ squid/port/win32/update.cmd 16 Jun 2006 17:47:25 -0000 1.1.36.5 @@ -34,7 +34,7 @@ copy %0\..\..\..\src\mib.txt %2\share\mib.txt pushd %0\..\..\..\errors -for /D %%d IN (*) DO xcopy %%d\err_* %2\share\errors\%%d\ +for /D %%d IN (*) DO xcopy /Y /Q %%d\err_* %2\share\errors\%%d\ popd copy %0\..\..\..\icons\*.gif %2\share\icons > NUL Index: squid/port/win32/NCSA_auth/NCSA_auth.dsp =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/NCSA_auth/Attic/NCSA_auth.dsp,v retrieving revision 1.1.34.1 retrieving revision 1.1.34.2 diff -u -r1.1.34.1 -r1.1.34.2 --- squid/port/win32/NCSA_auth/NCSA_auth.dsp 16 May 2006 21:05:58 -0000 1.1.34.1 +++ squid/port/win32/NCSA_auth/NCSA_auth.dsp 16 Jun 2006 17:47:26 -0000 1.1.34.2 @@ -87,6 +87,10 @@ # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File +SOURCE=..\..\..\helpers\basic_auth\NCSA\crypt_md5.c +# End Source File +# Begin Source File + SOURCE=..\src\encrypt.c # End Source File # Begin Source File @@ -97,6 +101,10 @@ # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\..\..\helpers\basic_auth\NCSA\crypt_md5.h +# End Source File # End Group # Begin Group "Resource Files"