mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:19:27 +02:00
codetools: added ide to SrcPath for ide/frames directory, bug #12840
git-svn-id: trunk@17885 -
This commit is contained in:
parent
5297b18c25
commit
7784d73eb5
@ -4007,7 +4007,8 @@ begin
|
|||||||
DirTempl.AddChild(TDefineTemplate.Create('IDE path addition',
|
DirTempl.AddChild(TDefineTemplate.Create('IDE path addition',
|
||||||
Format(ctsAddsDirToSourcePath,['designer, debugger, synedit, ...']),
|
Format(ctsAddsDirToSourcePath,['designer, debugger, synedit, ...']),
|
||||||
ExternalMacroStart+'SrcPath',
|
ExternalMacroStart+'SrcPath',
|
||||||
d(LazarusSrcDir+'/ide/frames;'
|
d(LazarusSrcDir+'/ide;'
|
||||||
|
+LazarusSrcDir+'/ide/frames;'
|
||||||
+LazarusSrcDir+'/designer;'
|
+LazarusSrcDir+'/designer;'
|
||||||
+LazarusSrcDir+'/designer/jitform;'
|
+LazarusSrcDir+'/designer/jitform;'
|
||||||
+LazarusSrcDir+'/debugger;'
|
+LazarusSrcDir+'/debugger;'
|
||||||
|
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, FileUtil, LResources, Forms, ComCtrls, Menus,
|
Classes, SysUtils, FileUtil, LResources, Forms, ComCtrls, Menus,
|
||||||
compop;
|
CompOptsModes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user