mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 01:48:17 +02:00
fixed fpc 1.1 search paths
git-svn-id: trunk@3956 -
This commit is contained in:
parent
903489e2bf
commit
964c20a9c5
@ -2383,6 +2383,7 @@ begin
|
||||
+';'+Dir+'rtl'+DS+'inc'+DS
|
||||
+';'+Dir+'rtl'+DS+TargetProcessor+DS
|
||||
+';'+Dir+'rtl'+DS+SrcOS+DS
|
||||
+';'+Dir+'rtl'+DS+TargetOS+DS+TargetProcessor+DS
|
||||
+';'+Dir+'rtl'+DS+SrcOS+DS+TargetProcessor+DS;
|
||||
if (TargetOS<>'') and (TargetOS<>SrcOS) then
|
||||
s:=s+';'+Dir+'rtl'+DS+TargetOS+DS;
|
||||
|
@ -477,7 +477,6 @@ type
|
||||
FOnActiveFormChange: TNotifyEvent;
|
||||
FPixelsPerInch : integer;
|
||||
FSaveFocusedList: TList;
|
||||
|
||||
procedure CreateCursors;
|
||||
procedure DeleteCursor(Index: Integer);
|
||||
procedure DestroyCursors;
|
||||
|
Loading…
Reference in New Issue
Block a user