~ubuntu-branches/ubuntu/vivid/lazarus/vivid-proposed

« back to all changes in this revision

Viewing changes to components/codetools/examples/setincludepath.pas

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2014-05-15 23:17:51 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140515231751-gumj9a01g0ghm7ac
Tags: 1.2.2+dfsg-1
* New upstream release with few fixes and official support of FPC 2.6.4.
  - The detailed list of changes can be found here:
  http://wiki.lazarus.freepascal.org/Lazarus_1.2_fixes_branch#Fixes_for_1.2.2_.28Merged.29

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  IncPathTemplate: TDefineTemplate;
37
37
begin
38
38
  // create a template for the current directory
39
 
  // all child nodes of this templates are only valid for this directory.
 
39
  // all child nodes of this template are only valid for this directory.
40
40
  Directory:=ExpandFileNameUTF8(GetCurrentDirUTF8);
41
41
  DirectoryTemplate:=TDefineTemplate.Create('Current working directory',
42
42
    'Example template for current working directory','',Directory,da_Directory);