Update of /cvsroot/instantobjects/Source/Brokers/NexusDb/D6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/NexusDb/D6
Modified Files:
DclIONexusDB.dpk IONexusDB.dpk
Log Message:
Changed relative paths to use '\' in Windows dpk files.
Index: IONexusDB.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/NexusDb/D6/IONexusDB.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IONexusDB.dpk 11 Aug 2005 00:34:52 -0000 1.1
--- IONexusDB.dpk 3 Sep 2005 08:03:11 -0000 1.2
***************
*** 1,5 ****
package IONexusDB;
! {$I '../../../InstantVersion.inc'}
{$ALIGN 8}
--- 1,5 ----
package IONexusDB;
! {$I '..\..\..\InstantVersion.inc'}
{$ALIGN 8}
Index: DclIONexusDB.dpk
===================================================================
RCS file: /cvsroot/instantobjects/Source/Brokers/NexusDb/D6/DclIONexusDB.dpk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DclIONexusDB.dpk 11 Aug 2005 00:34:52 -0000 1.1
--- DclIONexusDB.dpk 3 Sep 2005 08:03:11 -0000 1.2
***************
*** 1,7 ****
package DclIONexusDB;
! {$I '../../../InstantVersion.inc'}
! {$R '../InstantNexusDB.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
--- 1,7 ----
package DclIONexusDB;
! {$I '..\..\..\InstantVersion.inc'}
! {$R '..\InstantNexusDB.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
|