Skip to content

Commit 88f1f4d

Browse files
committed
Restructured folders
1 parent 0fa982f commit 88f1f4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Packages/PythonVCL_D.dpk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ package PythonVCL_D;
4040
{$IFDEF VER310}{$LIBSUFFIX '24'} {$ENDIF}
4141
{$IFDEF VER320}{$LIBSUFFIX '25'} {$ENDIF}
4242
{$IFDEF VER330}{$LIBSUFFIX '26'} {$ENDIF}
43+
{$IFDEF VER330}{$LIBSUFFIX '27'} {$ENDIF}
4344

4445
requires
4546
rtl,
@@ -48,7 +49,7 @@ requires
4849
Python_D;
4950

5051
contains
51-
PythonDatabase in 'Sources\VCL\PythonDatabase.pas',
52-
pyDB in 'Sources\VCL\pyDB.pas',
53-
pyDBTables in 'Sources\VCL\pyDBTables.pas';
52+
PythonDatabase in '..\PythonDatabase.pas',
53+
pyDB in '..\pyDB.pas',
54+
pyDBTables in '..\pyDBTables.pas';
5455
end.

0 commit comments

Comments
 (0)