From: Nando D. <na...@us...> - 2005-06-28 10:13:58
|
Update of /cvsroot/instantobjects/Source/Core/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7153/Core/D7 Modified Files: IOCore.cfg IOCore.dof IOCore.dpk Log Message: Design time support for database evolution Index: IOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.dpk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IOCore.dpk 18 Jun 2005 09:49:08 -0000 1.5 --- IOCore.dpk 28 Jun 2005 10:13:47 -0000 1.6 *************** *** 31,35 **** vcl, vcldb, ! rtl; contains --- 31,36 ---- vcl, vcldb, ! rtl, ! dbrtl; contains *************** *** 51,55 **** InstantPump in '..\InstantPump.pas', InstantDBBuild in '..\InstantDBBuild.pas', ! InstantDBEvolution in '..\InstantDBEvolution.pas'; end. --- 52,57 ---- InstantPump in '..\InstantPump.pas', InstantDBBuild in '..\InstantDBBuild.pas', ! InstantDBEvolution in '..\InstantDBEvolution.pas', ! InstantDBEvolverForm in '..\InstantDBEvolverForm.pas' {InstantDBEvolverForm}; end. Index: IOCore.cfg =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IOCore.cfg 18 Jun 2005 09:49:53 -0000 1.3 --- IOCore.cfg 28 Jun 2005 10:13:46 -0000 1.4 *************** *** 35,36 **** --- 35,39 ---- -LN"c:\programmi\borland\delphi7\Projects\Bpl" -Z + -w-UNSAFE_TYPE + -w-UNSAFE_CODE + -w-UNSAFE_CAST Index: IOCore.dof =================================================================== RCS file: /cvsroot/instantobjects/Source/Core/D7/IOCore.dof,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** IOCore.dof 18 Jun 2005 09:49:53 -0000 1.6 --- IOCore.dof 28 Jun 2005 10:13:46 -0000 1.7 *************** *** 77,83 **** SuspiciousTypecast=1 PrivatePropAccessor=1 ! UnsafeType=1 ! UnsafeCode=1 ! UnsafeCast=1 [Linker] MapFile=0 --- 77,83 ---- SuspiciousTypecast=1 PrivatePropAccessor=1 ! UnsafeType=0 ! UnsafeCode=0 ! UnsafeCast=0 [Linker] MapFile=0 |