Skip to content

Commit

Permalink
Fixed build for hello.lpi
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Jan 10, 2025
1 parent 02034a4 commit 47c587e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
40 changes: 31 additions & 9 deletions example/hello.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<PackageName Value="BrookRT"/>
</Item4>
</RequiredPackages>
<Units Count="36">
<Units Count="38">
<Unit0>
<Filename Value="hello.lpr"/>
<IsPartOfProject Value="True"/>
Expand All @@ -151,27 +151,25 @@
<Filename Value="telegramwebhookaction.pas"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<CursorPos X="34" Y="75"/>
<CursorPos X="51" Y="8"/>
<UsageCount Value="50"/>
<Loaded Value="True"/>
</Unit1>
<Unit2>
<Filename Value="brokers.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="Brokers"/>
<EditorIndex Value="2"/>
<TopLine Value="2"/>
<EditorIndex Value="1"/>
<CursorPos X="21" Y="8"/>
<UsageCount Value="50"/>
<Loaded Value="True"/>
</Unit2>
<Unit3>
<Filename Value="..\brooktelegramaction.pas"/>
<EditorIndex Value="1"/>
<TopLine Value="246"/>
<CursorPos X="93" Y="259"/>
<EditorIndex Value="-1"/>
<TopLine Value="123"/>
<CursorPos X="93" Y="122"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
</Unit3>
<Unit4>
<Filename Value="C:\lazarus1_6\components\brookframework\core\brookaction.pas"/>
Expand Down Expand Up @@ -401,8 +399,20 @@
<UsageCount Value="20"/>
<DefaultSyntaxHighlighter Value="XML"/>
</Unit35>
<Unit36>
<Filename Value="..\..\fp-telegram\bot_ex\tgbot.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="138"/>
<CursorPos X="3" Y="151"/>
<UsageCount Value="10"/>
</Unit36>
<Unit37>
<Filename Value="..\use\brooktelegramaction.pas"/>
<EditorIndex Value="-1"/>
<UsageCount Value="10"/>
</Unit37>
</Units>
<JumpHistory Count="17" HistoryIndex="16">
<JumpHistory Count="20" HistoryIndex="19">
<Position1>
<Filename Value="telegramwebhookaction.pas"/>
<Caret Line="20" Column="34" TopLine="6"/>
Expand Down Expand Up @@ -471,6 +481,18 @@
<Filename Value="telegramwebhookaction.pas"/>
<Caret Line="75" Column="34"/>
</Position17>
<Position18>
<Filename Value="telegramwebhookaction.pas"/>
<Caret Line="84" Column="35" TopLine="72"/>
</Position18>
<Position19>
<Filename Value="telegramwebhookaction.pas"/>
<Caret Line="84" Column="35" TopLine="65"/>
</Position19>
<Position20>
<Filename Value="telegramwebhookaction.pas"/>
<Caret Line="8" Column="51"/>
</Position20>
</JumpHistory>
</ProjectOptions>
<CompilerOptions>
Expand Down
3 changes: 2 additions & 1 deletion example/telegramwebhookaction.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
interface

uses
BrookAction, brooktelegramaction, tgtypes;
BrookAction, brooktelegramaction, tgtypes, tgbot
;

type

Expand Down

0 comments on commit 47c587e

Please sign in to comment.