File: kascomp.lpk

package info (click to toggle)
doublecmd 0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,764 kB
  • ctags: 34,016
  • sloc: pascal: 273,752; ansic: 5,938; sh: 733; makefile: 194; python: 116; xml: 107
file content (81 lines) | stat: -rw-r--r-- 2,305 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
<?xml version="1.0"?>
<CONFIG>
  <Package Version="4">
    <Name Value="KASComp"/>
    <AddToProjectUsesSection Value="True"/>
    <Author Value="Alexander Koblov"/>
    <CompilerOptions>
      <Version Value="11"/>
      <SearchPaths>
        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
      </SearchPaths>
      <Parsing>
        <SyntaxOptions>
          <SyntaxMode Value="Delphi"/>
        </SyntaxOptions>
      </Parsing>
      <Linking>
        <Debugging>
          <DebugInfoType Value="dsDwarf2Set"/>
        </Debugging>
      </Linking>
      <Other>
        <CompilerPath Value="$(CompPath)"/>
      </Other>
    </CompilerOptions>
    <Description Value="ToolBar that loading from *.ini file. Format of *.ini file 
      KASBarMenu is popupmenu read *.bar file and uses *.bar buttons as menu items.
"/>
    <License Value="GNU GPL 2
"/>
    <Version Major="1" Minor="8"/>
    <Files Count="5">
      <Item1>
        <Filename Value="kastoolbar.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="KASToolBar"/>
      </Item1>
      <Item2>
        <Filename Value="kasprogressbar.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="KASProgressBar"/>
      </Item2>
      <Item3>
        <Filename Value="kaspathedit.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="KASPathEdit"/>
      </Item3>
      <Item4>
        <Filename Value="kastoolitems.pas"/>
        <UnitName Value="KASToolItems"/>
      </Item4>
      <Item5>
        <Filename Value="kascombobox.pas"/>
        <HasRegisterProc Value="True"/>
        <UnitName Value="KASComboBox"/>
      </Item5>
    </Files>
    <Type Value="RunAndDesignTime"/>
    <RequiredPkgs Count="3">
      <Item1>
        <PackageName Value="doublecmd_common"/>
        <MinVersion Minor="3" Valid="True"/>
      </Item1>
      <Item2>
        <PackageName Value="LCL"/>
        <MinVersion Major="1" Valid="True"/>
      </Item2>
      <Item3>
        <PackageName Value="FCL"/>
        <MinVersion Major="1" Valid="True"/>
      </Item3>
    </RequiredPkgs>
    <UsageOptions>
      <UnitPath Value="$(PkgOutDir)"/>
    </UsageOptions>
    <PublishOptions>
      <Version Value="2"/>
      <IgnoreBinaries Value="False"/>
    </PublishOptions>
  </Package>
</CONFIG>