Revision: 592
Author: jcmoraisjr
Date: 2006-02-14 11:07:35 -0800 (Tue, 14 Feb 2006)
ViewCVS: http://svn.sourceforge.net/instantobjects?rev=592&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/Core/D2005/IOCore.dpk
trunk/Source/Core/D2006/IOCore.dpk
trunk/Source/Core/D6/IOCore.dpk
trunk/Source/Core/D7/IOCore.dpk
trunk/Source/Core/K3/IOCore.dpk
Added Paths:
-----------
trunk/Source/Core/D2005/IOCore.res
trunk/Source/Core/D2006/IOCore.res
trunk/Source/Core/D6/IOCore.res
trunk/Source/Core/D7/IOCore.res
trunk/Source/Core/K3/IOCore.res
Modified: trunk/Source/Core/D2005/IOCore.dpk
===================================================================
--- trunk/Source/Core/D2005/IOCore.dpk 2006-02-14 19:04:03 UTC (rev 591)
+++ trunk/Source/Core/D2005/IOCore.dpk 2006-02-14 19:07:35 UTC (rev 592)
@@ -1,6 +1,6 @@
package IOCore;
-{$I '..\..\InstantPackageVersion.inc'}
+{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
Added: trunk/Source/Core/D2005/IOCore.res
===================================================================
(Binary files differ)
Property changes on: trunk/Source/Core/D2005/IOCore.res
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Source/Core/D2006/IOCore.dpk
===================================================================
--- trunk/Source/Core/D2006/IOCore.dpk 2006-02-14 19:04:03 UTC (rev 591)
+++ trunk/Source/Core/D2006/IOCore.dpk 2006-02-14 19:07:35 UTC (rev 592)
@@ -1,6 +1,6 @@
package IOCore;
-{$I '..\..\InstantPackageVersion.inc'}
+{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
Added: trunk/Source/Core/D2006/IOCore.res
===================================================================
(Binary files differ)
Property changes on: trunk/Source/Core/D2006/IOCore.res
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Source/Core/D6/IOCore.dpk
===================================================================
--- trunk/Source/Core/D6/IOCore.dpk 2006-02-14 19:04:03 UTC (rev 591)
+++ trunk/Source/Core/D6/IOCore.dpk 2006-02-14 19:07:35 UTC (rev 592)
@@ -1,6 +1,6 @@
package IOCore;
-{$I '..\..\InstantPackageVersion.inc'}
+{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
Added: trunk/Source/Core/D6/IOCore.res
===================================================================
(Binary files differ)
Property changes on: trunk/Source/Core/D6/IOCore.res
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Source/Core/D7/IOCore.dpk
===================================================================
--- trunk/Source/Core/D7/IOCore.dpk 2006-02-14 19:04:03 UTC (rev 591)
+++ trunk/Source/Core/D7/IOCore.dpk 2006-02-14 19:07:35 UTC (rev 592)
@@ -1,6 +1,6 @@
package IOCore;
-{$I '..\..\InstantPackageVersion.inc'}
+{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
Added: trunk/Source/Core/D7/IOCore.res
===================================================================
(Binary files differ)
Property changes on: trunk/Source/Core/D7/IOCore.res
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Source/Core/K3/IOCore.dpk
===================================================================
--- trunk/Source/Core/K3/IOCore.dpk 2006-02-14 19:04:03 UTC (rev 591)
+++ trunk/Source/Core/K3/IOCore.dpk 2006-02-14 19:07:35 UTC (rev 592)
@@ -1,6 +1,7 @@
package IOCore;
-{$I '../../InstantPackageVersion.inc'}
+{$R *.res}
+
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
Added: trunk/Source/Core/K3/IOCore.res
===================================================================
(Binary files differ)
Property changes on: trunk/Source/Core/K3/IOCore.res
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
|