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

« back to all changes in this revision

Viewing changes to components/lazutils/examples/DictionaryStringList/TDictionaryStringListDemo.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-02-22 10:25:57 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140222102557-ors9d31r84nz31jq
Tags: 1.2~rc2+dfsg-1
[ Abou Al Montacir ]
* New upstream pre-release.
  + Moved ideintf to components directory.
  + Added new package cairocanvas.
* Remove usage of depreciated parameters form of find. (Closes: Bug#724776)
* Bumped standard version to 3.9.5.
* Clean the way handling make files generation and removal.

[ Paul Gevers ]
* Remove nearly obsolete bzip compression for binary packages
  (See https://lists.debian.org/debian-devel/2014/01/msg00542.html)
* Update d/copyright for newly added dir in examples and components
* Update Vcs-* fields with new packaging location
* Update d/watch file to properly (Debian way) change upstreams versions
* Prevent 46MB of package size by sym linking duplicate files
* Patches
  - refresh to remove fuzz
  - add more Lintian found spelling errors
  - new patch to add shbang to two scripts in lazarus-src
* Drop lcl-# from Provides list of lcl-units-#
* Make lazarus-ide-qt4-# an arch all until it really contains stuff
* Make all metapackages arch all as the usecase for arch any doesn't
  seem to warrant the addition archive hit
* Fix permissions of non-scripts in lazarus-src-#

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<CONFIG>
 
3
  <ProjectOptions>
 
4
    <Version Value="9"/>
 
5
    <PathDelim Value="\"/>
 
6
    <General>
 
7
      <SessionStorage Value="InProjectDir"/>
 
8
      <MainUnit Value="0"/>
 
9
      <Title Value="TDictionaryStringListDemo"/>
 
10
      <ResourceType Value="res"/>
 
11
      <UseXPManifest Value="True"/>
 
12
    </General>
 
13
    <i18n>
 
14
      <EnableI18N LFM="False"/>
 
15
    </i18n>
 
16
    <VersionInfo>
 
17
      <StringTable ProductVersion=""/>
 
18
    </VersionInfo>
 
19
    <BuildModes Count="1">
 
20
      <Item1 Name="Default" Default="True"/>
 
21
    </BuildModes>
 
22
    <PublishOptions>
 
23
      <Version Value="2"/>
 
24
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
 
25
      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
 
26
    </PublishOptions>
 
27
    <RunParams>
 
28
      <local>
 
29
        <FormatVersion Value="1"/>
 
30
      </local>
 
31
    </RunParams>
 
32
    <RequiredPackages Count="1">
 
33
      <Item1>
 
34
        <PackageName Value="LCL"/>
 
35
      </Item1>
 
36
    </RequiredPackages>
 
37
    <Units Count="2">
 
38
      <Unit0>
 
39
        <Filename Value="TDictionaryStringListDemo.lpr"/>
 
40
        <IsPartOfProject Value="True"/>
 
41
        <UnitName Value="TDictionaryStringListDemo"/>
 
42
      </Unit0>
 
43
      <Unit1>
 
44
        <Filename Value="main.pas"/>
 
45
        <IsPartOfProject Value="True"/>
 
46
        <ComponentName Value="Form1"/>
 
47
        <HasResources Value="True"/>
 
48
        <ResourceBaseClass Value="Form"/>
 
49
        <UnitName Value="Main"/>
 
50
      </Unit1>
 
51
    </Units>
 
52
  </ProjectOptions>
 
53
  <CompilerOptions>
 
54
    <Version Value="11"/>
 
55
    <PathDelim Value="\"/>
 
56
    <Target>
 
57
      <Filename Value="TDictionaryStringListDemo"/>
 
58
    </Target>
 
59
    <SearchPaths>
 
60
      <IncludeFiles Value="$(ProjOutDir)"/>
 
61
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
 
62
    </SearchPaths>
 
63
    <Linking>
 
64
      <Options>
 
65
        <Win32>
 
66
          <GraphicApplication Value="True"/>
 
67
        </Win32>
 
68
      </Options>
 
69
    </Linking>
 
70
    <Other>
 
71
      <CompilerMessages>
 
72
        <MsgFileName Value=""/>
 
73
      </CompilerMessages>
 
74
      <CompilerPath Value="$(CompPath)"/>
 
75
    </Other>
 
76
  </CompilerOptions>
 
77
  <Debugging>
 
78
    <Exceptions Count="3">
 
79
      <Item1>
 
80
        <Name Value="EAbort"/>
 
81
      </Item1>
 
82
      <Item2>
 
83
        <Name Value="ECodetoolError"/>
 
84
      </Item2>
 
85
      <Item3>
 
86
        <Name Value="EFOpenError"/>
 
87
      </Item3>
 
88
    </Exceptions>
 
89
  </Debugging>
 
90
</CONFIG>