codetools: fpc sources: fcl wince: include path: TargetOs is now in front of SrcOS

git-svn-id: trunk@9319 -
This commit is contained in:
mattias 2006-05-20 20:56:18 +00:00
parent 6d131c62a1
commit 0fe3331886
2 changed files with 2 additions and 3 deletions

View File

@ -3440,9 +3440,9 @@ begin
ExternalMacroStart+'IncPath',
IncPathMacro
+';'+Dir+'fcl'+DS+'inc'+DS
+';'+Dir+'fcl'+DS+SrcOS+DS
+';'+Dir+'fcl'+DS+'classes'+DS
+';'+Dir+'rtl'+DS+TargetOS+DS
+';'+Dir+'rtl'+DS+TargetOS+DS // TargetOS before SrcOS !
+';'+Dir+'fcl'+DS+SrcOS+DS
,da_DefineRecurse));
// fcl/db

View File

@ -156,7 +156,6 @@ begin
if fifSearchProject in NewOptions then WhereRadioGroup.ItemIndex := 0;
if fifSearchOpen in NewOptions then WhereRadioGroup.ItemIndex := 1;
if fifSearchDirectories in NewOptions then WhereRadioGroup.ItemIndex := 2;
DirectoryOptionsGroupBox.Enabled:=WhereRadioGroup.ItemIndex=2;
UpdateReplaceCheck;
end;