Skip to content

Commit

Permalink
Added D12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Oct 23, 2023
1 parent 435bed5 commit 6dc5d02
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 1 deletion.
39 changes: 39 additions & 0 deletions Packages/Rad Studio 12.0/VSoft.CancellationTokenR.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
package VSoft.CancellationTokenR;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$LIBSUFFIX AUTO}
{$RUNONLY}
{$IMPLICITBUILD OFF}

requires
rtl;

contains
VSoft.CancellationToken.Impl in '..\..\Source\VSoft.CancellationToken.Impl.pas',
VSoft.CancellationToken in '..\..\Source\VSoft.CancellationToken.pas';

end.
Loading

0 comments on commit 6dc5d02

Please sign in to comment.