Skip to content

Commit

Permalink
Small openbsd tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
LongDirtyAnimAlf committed Nov 14, 2024
1 parent 63b7063 commit bfd81ea
Show file tree
Hide file tree
Showing 15 changed files with 1,008 additions and 74 deletions.
7 changes: 4 additions & 3 deletions fpclazup.lps
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<Unit0>
<Filename Value="fpcup.lpr"/>
<IsPartOfProject Value="True"/>
<TopLine Value="103"/>
<CursorPos X="24" Y="106"/>
<IsVisibleTab Value="True"/>
<TopLine Value="443"/>
<CursorPos Y="458"/>
<UsageCount Value="69"/>
<Loaded Value="True"/>
</Unit0>
Expand Down Expand Up @@ -46,7 +47,7 @@
<WatchScope Value="wpsLocal"/>
<WatchKind Value="wpkWrite"/>
<Source Value="sources\up\checkoptions.pas"/>
<Line Value="714"/>
<Line Value="715"/>
</Item>
</BreakPoints>
</Debugging>
Expand Down
5 changes: 1 addition & 4 deletions fpcup.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
FileUtil, LazFileUtils,
synautil, // for rpos ... could also use strutil
installerManager,
installerBase,
installerCore,
installerUniversal,
checkoptions, fpcuputil,
Expand Down Expand Up @@ -455,10 +456,6 @@ procedure ShowErrorHints();
BinsPath,LibsPath:string;
ToolTargetFile,ToolTargetPath:string;
UpOk,BinsOk,LibsOk:boolean;
{$ifdef Unix}
aList:TStringList;
i:integer;
{$endif Unix}

{$R fpcup.res}

Expand Down
Binary file modified fpcup.res
Binary file not shown.
3 changes: 3 additions & 0 deletions fpcupdeluxe.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@
<UseLineInfoUnit Value="False"/>
</Debugging>
</Linking>
<Other>
<CustomOptions Value="-s"/>
</Other>
</CompilerOptions>
</Item29>
<Item30 Name="netbsdx64">
Expand Down
Loading

0 comments on commit bfd81ea

Please sign in to comment.