mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 03:35:58 +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',
|
||||
Format(ctsAddsDirToSourcePath,['designer, debugger, synedit, ...']),
|
||||
ExternalMacroStart+'SrcPath',
|
||||
d(LazarusSrcDir+'/ide/frames;'
|
||||
d(LazarusSrcDir+'/ide;'
|
||||
+LazarusSrcDir+'/ide/frames;'
|
||||
+LazarusSrcDir+'/designer;'
|
||||
+LazarusSrcDir+'/designer/jitform;'
|
||||
+LazarusSrcDir+'/debugger;'
|
||||
|
@ -25,7 +25,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FileUtil, LResources, Forms, ComCtrls, Menus,
|
||||
compop;
|
||||
CompOptsModes;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user