Windows users should take a look at the comments in the following change. Regards, -Mark.
On 19 July 2006 at 10:07, [EMAIL PROTECTED] wrote: > Author: hindessm > Date: Wed Jul 19 03:07:00 2006 > New Revision: 423421 > > URL: http://svn.apache.org/viewvc?rev=423421&view=rev > Log: > I've renamed the mcvcr71.dll directory from win.IA32 to windows.x86 to be > consistent with the common properties. You will need to rename: > > depends/libs/win.IA32/msvcr71.dll > > to: > > depends/libs/windows.x86/msvcr71.dll > > and remove the empty depends/libs/win.IA32 directory. (Or just re-run > "ant fetch-depends" and remove the old directory.) > > > Modified: > incubator/harmony/enhanced/classlib/trunk/make/depends.properties > > Modified: incubator/harmony/enhanced/classlib/trunk/make/depends.properties > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/m > ake/depends.properties?rev=423421&r1=423420&r2=423421&view=diff > ============================================================================= > = > --- incubator/harmony/enhanced/classlib/trunk/make/depends.properties (origin > al) > +++ incubator/harmony/enhanced/classlib/trunk/make/depends.properties Wed Jul > 19 03:07:00 2006 > @@ -50,7 +50,7 @@ > signed.bcprov.md5=1a0105f80aed32819da869c85dc4508c > bcprov.url=http://www.bouncycastle.org/download/bcprov-jdk14-133.jar > > -msvcr71.dir=${depends.dir}/libs/win.IA32 > +msvcr71.dir=${depends.dir}/libs/windows.x86 > msvcr71.dll=${msvcr71.dir}/msvcr71.dll > msvcr71.url=http://www.dlldump.com/cgi-bin/testwrap/downloadcounts.cgi?rt=co > unt&path=dllfiles/M/MSVCR71.dll > msvcr71.md5=86f1895ae8c5e8b17d99ece768a70732 > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
