Skip to content

Commit 3ad5795

Browse files
committed
Removed {$R *.res} from the Delphi packages
1 parent 2aa234c commit 3ad5795

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Packages/Delphi/Delphi 10.3-/Python_D.dpk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
package Python_D;
2-
3-
{$R *.res}
42
{$R '..\..\..\Source\PythonEngine.dcr'}
53
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
64
{$ALIGN 8}

Packages/Delphi/Delphi 10.4+/Python_D.dpk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
package Python_D;
2-
3-
{$R *.res}
42
{$R '..\..\..\Source\PythonEngine.dcr'}
53
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
64
{$ALIGN 8}

0 commit comments

Comments
 (0)