|
From: Robert M. <mar...@us...> - 2004-01-27 13:58:43
|
Update of /cvsroot/jvcl/dev/JVCL3/packages/d6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3443/JVCL3/packages/d6 Modified Files: JvDotNetCtrlsD6D.dof JvDotNetCtrlsD6D.dpk JvDotNetCtrlsD6D.res Log Message: example works with all ANIs now, also improved Index: JvDotNetCtrlsD6D.dof =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/packages/d6/JvDotNetCtrlsD6D.dof,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JvDotNetCtrlsD6D.dof 4 Jan 2004 07:48:58 -0000 1.2 --- JvDotNetCtrlsD6D.dof 25 Jan 2004 05:37:32 -0000 1.3 *************** *** 62,66 **** RootDir= [Version Info] ! IncludeVerInfo=0 AutoIncBuild=0 MajorVer=1 --- 62,66 ---- RootDir= [Version Info] ! IncludeVerInfo=1 AutoIncBuild=0 MajorVer=1 *************** *** 75,76 **** --- 75,88 ---- Locale=1031 CodePage=1252 + [Version Info Keys] + CompanyName= + FileDescription= + FileVersion=1.0.0.0 + InternalName= + LegalCopyright= + LegalTrademarks= + OriginalFilename= + ProductName= + ProductVersion=1.0.0.0 + [Excluded Packages] + d:\programme\borland\delphi6\Bin\dclsoap60.bpl=Borland SOAP Components Index: JvDotNetCtrlsD6D.dpk =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/packages/d6/JvDotNetCtrlsD6D.dpk,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** JvDotNetCtrlsD6D.dpk 4 Jan 2004 17:43:56 -0000 1.4 --- JvDotNetCtrlsD6D.dpk 25 Jan 2004 05:37:33 -0000 1.5 *************** *** 1,13 **** package JvDotNetCtrlsD6D; ! { ! ----------------------------------------------------------------------------- ! DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR ! ALWAYS EDIT THE RELATED XML FILE (JvDotNetCtrls-D.xml) ! ! Last generated: 04-01-2004 17:33:17 UTC ! ----------------------------------------------------------------------------- ! } ! ! {$R *.RES} {$ALIGN 8} {$ASSERTIONS OFF} --- 1,4 ---- package JvDotNetCtrlsD6D; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS OFF} *************** *** 35,40 **** {$IMPLICITBUILD OFF} - {$I JVCL.INC} - requires JvCoreD6D, --- 26,29 ---- *************** *** 42,51 **** rtl, vclx, ! JvDotNetCtrlsD6R ! ; contains ! JvDotNetCtrlsReg in '..\..\design\JvDotNetCtrlsReg.pas' ! ; end. --- 31,38 ---- rtl, vclx, ! JvDotNetCtrlsD6R; contains ! JvDotNetCtrlsReg in '..\..\design\JvDotNetCtrlsReg.pas'; end. Index: JvDotNetCtrlsD6D.res =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/packages/d6/JvDotNetCtrlsD6D.res,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvshabmje and /tmp/cvsmST1xb differ |