File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ package Python_D;
45
45
{$IFDEF VER340}{$LIBSUFFIX '270'} {$ENDIF}
46
46
47
47
requires
48
+ {$IFDEF WIN32}
48
49
DesignIDE,
50
+ {$ENDIF}
49
51
rtl,
50
52
vcl;
51
53
@@ -54,5 +56,4 @@ contains
54
56
PythonEngine in '..\..\..\Source\PythonEngine.pas',
55
57
PythonGUIInputOutput in '..\..\..\Source\PythonGUIInputOutput.pas',
56
58
WrapDelphi in '..\..\..\Source\WrapDelphi.pas';
57
-
58
59
end.
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ package Python_D;
30
30
{$IMPLICITBUILD OFF}
31
31
32
32
requires
33
+ {$IFDEF WIN32}
33
34
DesignIDE,
35
+ {$ENDIF}
34
36
rtl,
35
37
vcl;
36
38
@@ -39,5 +41,4 @@ contains
39
41
PythonEngine in '..\..\..\Source\PythonEngine.pas',
40
42
PythonGUIInputOutput in '..\..\..\Source\PythonGUIInputOutput.pas',
41
43
WrapDelphi in '..\..\..\Source\WrapDelphi.pas';
42
-
43
44
end.
You can’t perform that action at this time.
0 commit comments