We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa982f commit 88f1f4dCopy full SHA for 88f1f4d
Packages/PythonVCL_D.dpk
@@ -40,6 +40,7 @@ package PythonVCL_D;
40
{$IFDEF VER310}{$LIBSUFFIX '24'} {$ENDIF}
41
{$IFDEF VER320}{$LIBSUFFIX '25'} {$ENDIF}
42
{$IFDEF VER330}{$LIBSUFFIX '26'} {$ENDIF}
43
+{$IFDEF VER330}{$LIBSUFFIX '27'} {$ENDIF}
44
45
requires
46
rtl,
@@ -48,7 +49,7 @@ requires
48
49
Python_D;
50
51
contains
- PythonDatabase in 'Sources\VCL\PythonDatabase.pas',
52
- pyDB in 'Sources\VCL\pyDB.pas',
53
- pyDBTables in 'Sources\VCL\pyDBTables.pas';
+ PythonDatabase in '..\PythonDatabase.pas',
+ pyDB in '..\pyDB.pas',
54
+ pyDBTables in '..\pyDBTables.pas';
55
end.
0 commit comments