fixed fpc 1.1 search paths

git-svn-id: trunk@3956 -
This commit is contained in:
mattias 2003-03-18 19:14:58 +00:00
parent 903489e2bf
commit 964c20a9c5
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -477,7 +477,6 @@ type
FOnActiveFormChange: TNotifyEvent;
FPixelsPerInch : integer;
FSaveFocusedList: TList;
procedure CreateCursors;
procedure DeleteCursor(Index: Integer);
procedure DestroyCursors;