Same as previous commit, this time for Delphi 10.

This commit is contained in:
rosenfield
2008-04-28 11:07:46 +00:00
parent 13b8f15ab9
commit e9bf0cfe8b
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
package PNG; package PNG;
{$R *.res}
{$ALIGN 8} {$ALIGN 8}
{$ASSERTIONS ON} {$ASSERTIONS ON}
{$BOOLEVAL OFF} {$BOOLEVAL OFF}

View File

@ -1,6 +1,5 @@
package PngComponents; package PngComponents;
{$R *.res}
{$ALIGN 8} {$ALIGN 8}
{$ASSERTIONS ON} {$ASSERTIONS ON}
{$BOOLEVAL OFF} {$BOOLEVAL OFF}

View File

@ -1,6 +1,5 @@
package PngComponentsD; package PngComponentsD;
{$R *.res}
{$R '..\..\source\PngComponents.dcr'} {$R '..\..\source\PngComponents.dcr'}
{$ALIGN 8} {$ALIGN 8}
{$ASSERTIONS ON} {$ASSERTIONS ON}