File: buildintf.lpk

package info (click to toggle)
lazarus 2.2.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,980 kB
  • sloc: pascal: 1,944,919; xml: 357,634; makefile: 270,608; cpp: 57,115; sh: 3,249; java: 609; perl: 297; sql: 222; ansic: 137
file content (110 lines) | stat: -rw-r--r-- 3,048 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
  <Package Version="5">
    <Name Value="BuildIntf"/>
    <Type Value="RunAndDesignTime"/>
    <Author Value="Lazarus"/>
    <CompilerOptions>
      <Version Value="11"/>
      <SearchPaths>
        <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
      </SearchPaths>
      <Other>
        <CustomOptions Value="$(IDEBuildOptions)"/>
      </Other>
    </CompilerOptions>
    <Description Value="BuildIntf - Non-GUI interface units."/>
    <License Value="Modified LGPL2"/>
    <Version Major="1"/>
    <Files>
      <Item>
        <Filename Value="baseideintf.pas"/>
        <UnitName Value="BaseIDEIntf"/>
      </Item>
      <Item>
        <Filename Value="buildstrconsts.pas"/>
        <UnitName Value="BuildStrConsts"/>
      </Item>
      <Item>
        <Filename Value="compoptsintf.pas"/>
        <UnitName Value="CompOptsIntf"/>
      </Item>
      <Item>
        <Filename Value="fppkgintf.pas"/>
        <UnitName Value="FppkgIntf"/>
      </Item>
      <Item>
        <Filename Value="ideexterntoolintf.pas"/>
        <UnitName Value="IDEExternToolIntf"/>
      </Item>
      <Item>
        <Filename Value="ideoptionsintf.pas"/>
        <UnitName Value="IDEOptionsIntf"/>
      </Item>
      <Item>
        <Filename Value="lazmsgworker.pas"/>
        <UnitName Value="LazMsgWorker"/>
      </Item>
      <Item>
        <Filename Value="macrodefintf.pas"/>
        <UnitName Value="MacroDefIntf"/>
      </Item>
      <Item>
        <Filename Value="macrointf.pas"/>
        <UnitName Value="MacroIntf"/>
      </Item>
      <Item>
        <Filename Value="newitemintf.pas"/>
        <UnitName Value="NewItemIntf"/>
      </Item>
      <Item>
        <Filename Value="packagedependencyintf.pas"/>
        <UnitName Value="PackageDependencyIntf"/>
      </Item>
      <Item>
        <Filename Value="packageintf.pas"/>
        <UnitName Value="PackageIntf"/>
      </Item>
      <Item>
        <Filename Value="packagelinkintf.pas"/>
        <UnitName Value="PackageLinkIntf"/>
      </Item>
      <Item>
        <Filename Value="projectintf.pas"/>
        <UnitName Value="ProjectIntf"/>
      </Item>
      <Item>
        <Filename Value="projectresourcesintf.pas"/>
        <UnitName Value="ProjectResourcesIntf"/>
      </Item>
      <Item>
        <Filename Value="projpackintf.pas"/>
        <UnitName Value="ProjPackIntf"/>
      </Item>
      <Item>
        <Filename Value="publishmoduleintf.pas"/>
        <UnitName Value="PublishModuleIntf"/>
      </Item>
    </Files>
    <LazDoc Paths="docs"/>
    <i18n>
      <EnableI18N Value="True"/>
      <OutDir Value="languages"/>
    </i18n>
    <RequiredPkgs>
      <Item>
        <PackageName Value="LazUtils"/>
      </Item>
      <Item>
        <PackageName Value="FCL"/>
      </Item>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
      <UseFileFilters Value="True"/>
    </PublishOptions>
  </Package>
</CONFIG>