Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf8f17f

Browse files
committedJul 31, 2020
moved src files
1 parent ba7848e commit cf8f17f

10 files changed

+262
-266
lines changed
 

‎python4lazarus/Sources/Core/PythonGUIInputOutput.pas renamed to ‎python4lazarus/PythonGUIInputOutput.pas

Lines changed: 247 additions & 247 deletions
Large diffs are not rendered by default.
File renamed without changes.

‎python4lazarus/python4lazarus_package.lpk

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<CONFIG>
3-
<Package Version="4">
3+
<Package Version="5">
44
<PathDelim Value="\"/>
55
<Name Value="python4lazarus_package"/>
66
<Type Value="RunAndDesignTime"/>
@@ -25,30 +25,27 @@
2525
</Linking>
2626
</CompilerOptions>
2727
<Description Value="Wrapper for Python engine"/>
28-
<Version Major="1"/>
29-
<Files Count="5">
28+
<Version Major="1" Minor="1"/>
29+
<Files Count="4">
3030
<Item1>
31-
<Filename Value="Sources\Core\PythonEngine.pas"/>
32-
<UnitName Value="PythonEngine"/>
31+
<Filename Value="python4lazarus_register.pas"/>
32+
<HasRegisterProc Value="True"/>
33+
<UnitName Value="Python4Lazarus_register"/>
3334
</Item1>
3435
<Item2>
35-
<Filename Value="Sources\Core\PythonGUIInputOutput.pas"/>
36-
<UnitName Value="PythonGUIInputOutput"/>
36+
<Filename Value="PythonEngine.pas"/>
37+
<UnitName Value="PythonEngine"/>
3738
</Item2>
3839
<Item3>
39-
<Filename Value="Sources\Core\MethodCallBack.pas"/>
40-
<UnitName Value="MethodCallBack"/>
40+
<Filename Value="PythonGUIInputOutput.pas"/>
41+
<UnitName Value="PythonGUIInputOutput"/>
4142
</Item3>
4243
<Item4>
43-
<Filename Value="Sources\Core\TinyWideStrings.pas"/>
44-
<UnitName Value="TinyWideStrings"/>
44+
<Filename Value="MethodCallBack.pas"/>
45+
<UnitName Value="MethodCallBack"/>
4546
</Item4>
46-
<Item5>
47-
<Filename Value="python4lazarus_register.pas"/>
48-
<HasRegisterProc Value="True"/>
49-
<UnitName Value="Python4Lazarus_register"/>
50-
</Item5>
5147
</Files>
48+
<CompatibilityMode Value="True"/>
5249
<RequiredPkgs Count="2">
5350
<Item1>
5451
<PackageName Value="LCL"/>
@@ -66,7 +63,6 @@
6663
</UsageOptions>
6764
<PublishOptions>
6865
<Version Value="2"/>
69-
<IgnoreBinaries Value="False"/>
7066
</PublishOptions>
7167
<CustomOptions Items="ExternHelp" Version="2">
7268
<_ExternHelp Items="Count"/>

‎python4lazarus/python4lazarus_package.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
interface
99

1010
uses
11-
PythonEngine, PythonGUIInputOutput, MethodCallBack, TinyWideStrings,
12-
Python4Lazarus_register, LazarusPackageIntf;
11+
Python4Lazarus_register, PythonEngine, PythonGUIInputOutput, MethodCallBack,
12+
LazarusPackageIntf;
1313

1414
implementation
1515

0 commit comments

Comments
 (0)
Please sign in to comment.