1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Fixed backwards compatibility issue in CEF4Delphi.dpk

This commit is contained in:
salvadordf
2022-04-12 11:49:05 +02:00
parent c99a44aab2
commit 74d28f647b
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
package CEF4Delphi; package CEF4Delphi;
{$R *.res} {$R *.res}
{$R *.otares}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8} {$ALIGN 8}
{$ASSERTIONS ON} {$ASSERTIONS ON}
@ -14,8 +13,8 @@ package CEF4Delphi;
{$LONGSTRINGS ON} {$LONGSTRINGS ON}
{$OPENSTRINGS ON} {$OPENSTRINGS ON}
{$OPTIMIZATION OFF} {$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON} {$OVERFLOWCHECKS OFF}
{$RANGECHECKS ON} {$RANGECHECKS OFF}
{$REFERENCEINFO ON} {$REFERENCEINFO ON}
{$SAFEDIVIDE OFF} {$SAFEDIVIDE OFF}
{$STACKFRAMES ON} {$STACKFRAMES ON}

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 382, "InternalVersion" : 383,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "100.0.14.0" "Version" : "100.0.14.0"
} }