From: <jcm...@us...> - 2006-02-14 19:36:40
|
Revision: 600 Author: jcmoraisjr Date: 2006-02-14 11:35:50 -0800 (Tue, 14 Feb 2006) ViewCVS: http://svn.sourceforge.net/instantobjects?rev=600&view=rev Log Message: ----------- Changed how packages include resource files: - changed header of the packages; - uploaded one resource file per package. Modified Paths: -------------- trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk trunk/Source/Brokers/FlashFiler/D5/ioff_D5.dpk Added Paths: ----------- trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.res trunk/Source/Brokers/FlashFiler/D5/ioff_D5.res Modified: trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk =================================================================== --- trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk 2006-02-14 19:32:06 UTC (rev 599) +++ trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.dpk 2006-02-14 19:35:50 UTC (rev 600) @@ -1,8 +1,8 @@ package DclIOff_D5; -{$I '..\..\..\InstantVersion.inc'} +{$R *.res} +{$R '..\InstantFlashFiler.dcr'} -{$R 'InstantFlashFiler.dcr'} {$ALIGN ON} {$ASSERTIONS ON} {$BOOLEVAL OFF} Added: trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.res =================================================================== (Binary files differ) Property changes on: trunk/Source/Brokers/FlashFiler/D5/DclIOff_D5.res ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/Source/Brokers/FlashFiler/D5/ioff_D5.dpk =================================================================== --- trunk/Source/Brokers/FlashFiler/D5/ioff_D5.dpk 2006-02-14 19:32:06 UTC (rev 599) +++ trunk/Source/Brokers/FlashFiler/D5/ioff_D5.dpk 2006-02-14 19:35:50 UTC (rev 600) @@ -1,8 +1,7 @@ package IOff_D5; -{$I '..\..\..\InstantVersion.inc'} +{$R *.res} -{$R '..\InstantFlashFiler.dcr'} {$ALIGN ON} {$ASSERTIONS ON} {$BOOLEVAL OFF} Added: trunk/Source/Brokers/FlashFiler/D5/ioff_D5.res =================================================================== (Binary files differ) Property changes on: trunk/Source/Brokers/FlashFiler/D5/ioff_D5.res ___________________________________________________________________ Name: svn:mime-type + application/octet-stream |