mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-20 21:06:00 +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+'inc'+DS
|
||||||
+';'+Dir+'rtl'+DS+TargetProcessor+DS
|
+';'+Dir+'rtl'+DS+TargetProcessor+DS
|
||||||
+';'+Dir+'rtl'+DS+SrcOS+DS
|
+';'+Dir+'rtl'+DS+SrcOS+DS
|
||||||
|
+';'+Dir+'rtl'+DS+TargetOS+DS+TargetProcessor+DS
|
||||||
+';'+Dir+'rtl'+DS+SrcOS+DS+TargetProcessor+DS;
|
+';'+Dir+'rtl'+DS+SrcOS+DS+TargetProcessor+DS;
|
||||||
if (TargetOS<>'') and (TargetOS<>SrcOS) then
|
if (TargetOS<>'') and (TargetOS<>SrcOS) then
|
||||||
s:=s+';'+Dir+'rtl'+DS+TargetOS+DS;
|
s:=s+';'+Dir+'rtl'+DS+TargetOS+DS;
|
||||||
|
@ -477,7 +477,6 @@ type
|
|||||||
FOnActiveFormChange: TNotifyEvent;
|
FOnActiveFormChange: TNotifyEvent;
|
||||||
FPixelsPerInch : integer;
|
FPixelsPerInch : integer;
|
||||||
FSaveFocusedList: TList;
|
FSaveFocusedList: TList;
|
||||||
|
|
||||||
procedure CreateCursors;
|
procedure CreateCursors;
|
||||||
procedure DeleteCursor(Index: Integer);
|
procedure DeleteCursor(Index: Integer);
|
||||||
procedure DestroyCursors;
|
procedure DestroyCursors;
|
||||||
|
Loading…
Reference in New Issue
Block a user