mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 11:29:31 +02:00
codetools: fpc sources: fcl wince: include path: TargetOs is now in front of SrcOS
git-svn-id: trunk@9319 -
This commit is contained in:
parent
6d131c62a1
commit
0fe3331886
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user