~ubuntu-branches/ubuntu/precise/winff/precise

« back to all changes in this revision

Viewing changes to .pc/Prevent_unnecessary_linking_by_using_asneeded.diff/winff.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2012-01-12 21:42:51 UTC
  • mfrom: (4.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20120112214251-jcfcnmraero64v2l
Tags: 1.4.1-1
* Import upstream version 1.4.1
* Remove all patches, now applied upsteam
* Update d/presets.xml and d/presets-libavcodec53.xml with upstream
  changes
* Update d/control to depend on libav-tools as (near future)
  replacement for ffmpeg
* Add patch to remove win32 as target OS to allow building
* Add patch to prevent unnecessary linking against libraries
* Add patch to allow the debugging symbols to be generated

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
    <General>
 
6
      <Flags>
 
7
        <LRSInOutputDirectory Value="False"/>
 
8
      </Flags>
 
9
      <SessionStorage Value="InProjectDir"/>
 
10
      <MainUnit Value="0"/>
 
11
      <Title Value="WinFF"/>
 
12
      <UseXPManifest Value="True"/>
 
13
    </General>
 
14
    <i18n>
 
15
      <EnableI18N Value="True" LFM="False"/>
 
16
      <OutDir Value="languages"/>
 
17
    </i18n>
 
18
    <VersionInfo>
 
19
      <UseVersionInfo Value="True"/>
 
20
    </VersionInfo>
 
21
    <BuildModes Count="1">
 
22
      <Item1 Name="default" Default="True"/>
 
23
    </BuildModes>
 
24
    <PublishOptions>
 
25
      <Version Value="2"/>
 
26
      <IgnoreBinaries Value="False"/>
 
27
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
 
28
      <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
 
29
    </PublishOptions>
 
30
    <RunParams>
 
31
      <local>
 
32
        <FormatVersion Value="1"/>
 
33
        <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
 
34
      </local>
 
35
    </RunParams>
 
36
    <RequiredPackages Count="2">
 
37
      <Item1>
 
38
        <PackageName Value="FCL"/>
 
39
        <MinVersion Major="1" Valid="True"/>
 
40
      </Item1>
 
41
      <Item2>
 
42
        <PackageName Value="LCL"/>
 
43
      </Item2>
 
44
    </RequiredPackages>
 
45
    <Units Count="8">
 
46
      <Unit0>
 
47
        <Filename Value="winff.lpr"/>
 
48
        <IsPartOfProject Value="True"/>
 
49
        <HasResources Value="True"/>
 
50
        <UnitName Value="winff"/>
 
51
      </Unit0>
 
52
      <Unit1>
 
53
        <Filename Value="unit1.pas"/>
 
54
        <IsPartOfProject Value="True"/>
 
55
        <ComponentName Value="frmMain"/>
 
56
        <ResourceBaseClass Value="Form"/>
 
57
        <UnitName Value="Unit1"/>
 
58
      </Unit1>
 
59
      <Unit2>
 
60
        <Filename Value="unit2.pas"/>
 
61
        <IsPartOfProject Value="True"/>
 
62
        <ComponentName Value="frmEditPresets"/>
 
63
        <ResourceBaseClass Value="Form"/>
 
64
        <UnitName Value="Unit2"/>
 
65
      </Unit2>
 
66
      <Unit3>
 
67
        <Filename Value="unit3.pas"/>
 
68
        <IsPartOfProject Value="True"/>
 
69
        <ComponentName Value="frmAbout"/>
 
70
        <ResourceBaseClass Value="Form"/>
 
71
        <UnitName Value="Unit3"/>
 
72
      </Unit3>
 
73
      <Unit4>
 
74
        <Filename Value="unit4.pas"/>
 
75
        <IsPartOfProject Value="True"/>
 
76
        <ComponentName Value="frmPreferences"/>
 
77
        <ResourceBaseClass Value="Form"/>
 
78
        <UnitName Value="Unit4"/>
 
79
      </Unit4>
 
80
      <Unit5>
 
81
        <Filename Value="unit5.pas"/>
 
82
        <IsPartOfProject Value="True"/>
 
83
        <ComponentName Value="frmScript"/>
 
84
        <ResourceBaseClass Value="Form"/>
 
85
        <UnitName Value="Unit5"/>
 
86
      </Unit5>
 
87
      <Unit6>
 
88
        <Filename Value="unit6.pas"/>
 
89
        <IsPartOfProject Value="True"/>
 
90
        <ComponentName Value="frmExport"/>
 
91
        <HasResources Value="True"/>
 
92
        <ResourceBaseClass Value="Form"/>
 
93
        <UnitName Value="unit6"/>
 
94
      </Unit6>
 
95
      <Unit7>
 
96
        <Filename Value="potranslator.pas"/>
 
97
        <IsPartOfProject Value="True"/>
 
98
        <UnitName Value="PoTranslator"/>
 
99
      </Unit7>
 
100
    </Units>
 
101
  </ProjectOptions>
 
102
  <CompilerOptions>
 
103
    <Version Value="9"/>
 
104
    <SearchPaths>
 
105
      <OtherUnitFiles Value="$(LazarusDir)/components/codetools/units/$(TargetCPU)-$(TargetOS)"/>
 
106
      <SrcPath Value="$(LazarusDir)/lcl;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)"/>
 
107
    </SearchPaths>
 
108
    <Parsing>
 
109
      <SyntaxOptions>
 
110
        <CStyleOperator Value="False"/>
 
111
        <UseAnsiStrings Value="False"/>
 
112
      </SyntaxOptions>
 
113
    </Parsing>
 
114
    <Linking>
 
115
      <Debugging>
 
116
        <UseLineInfoUnit Value="False"/>
 
117
      </Debugging>
 
118
      <LinkSmart Value="True"/>
 
119
      <Options>
 
120
        <Win32>
 
121
          <GraphicApplication Value="True"/>
 
122
        </Win32>
 
123
      </Options>
 
124
    </Linking>
 
125
    <Other>
 
126
      <CompilerMessages>
 
127
        <UseMsgFile Value="True"/>
 
128
      </CompilerMessages>
 
129
      <CompilerPath Value="$(CompPath)"/>
 
130
    </Other>
 
131
  </CompilerOptions>
 
132
</CONFIG>