Update of /cvsroot/instantobjects/Source/Brokers/BDE/D6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/BDE/D6
Modified Files:
DclIOBDE.dpk IOBDE.dpk
Removed Files:
DclIOBDE.cfg DclIOBDE.dof IOBDE.cfg IOBDE.dof
Log Message:
removal of package cfg, dof and res files from CVS (D6 and D7 only)
--- DclIOBDE.dof DELETED ---
--- IOBDE.cfg DELETED ---
Index: IOBDE.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/IOBDE.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IOBDE.dpk 20 Jul 2004 16:22:54 -0000 1.1
--- IOBDE.dpk 24 Jul 2005 16:34:48 -0000 1.2
***************
*** 1,5 ****
package IOBDE;
! {$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,6 ----
package IOBDE;
! {$I '../../../InstantVersion.inc'}
!
{$ALIGN 8}
{$ASSERTIONS ON}
Index: DclIOBDE.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/BDE/D6/DclIOBDE.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DclIOBDE.dpk 20 Jul 2004 16:22:54 -0000 1.1
--- DclIOBDE.dpk 24 Jul 2005 16:34:48 -0000 1.2
***************
*** 1,6 ****
package DclIOBDE;
! {$R *.res}
! {$R '..\InstantBDE.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIOBDE;
! {$I '../../../InstantVersion.inc'}
!
! {$R '../InstantBDE.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- IOBDE.dof DELETED ---
--- DclIOBDE.cfg DELETED ---
|