root/trunk/Installer.lpi

Revision 162, 2.6 kB (checked in by sagrer, 5 months ago)

В связи с критикой моего патча к Lazarus (он был принят частично) - немного переделал механизм перевода, непринятая часть патча будет в исходнике моих модулей локализации.

  • Property svnmailer:content-charset set to cp1251
Line 
1 <?xml version="1.0"?>
2 <CONFIG>
3   <ProjectOptions>
4     <PathDelim Value="\"/>
5     <Version Value="6"/>
6     <General>
7       <Flags>
8         <AlwaysBuild Value="False"/>
9       </Flags>
10       <SessionStorage Value="InProjectDir"/>
11       <MainUnit Value="0"/>
12       <IconPath Value="./"/>
13       <TargetFileExt Value=".exe"/>
14     </General>
15     <PublishOptions>
16       <Version Value="2"/>
17       <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
18       <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
19     </PublishOptions>
20     <RunParams>
21       <local>
22         <FormatVersion Value="1"/>
23         <CommandLineParams Value="-p -?"/>
24         <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
25       </local>
26     </RunParams>
27     <RequiredPackages Count="1">
28       <Item1>
29         <PackageName Value="LCL"/>
30         <MinVersion Major="1" Valid="True"/>
31       </Item1>
32     </RequiredPackages>
33     <Units Count="6">
34       <Unit0>
35         <Filename Value="Installer.lpr"/>
36         <IsPartOfProject Value="True"/>
37         <UnitName Value="Installer"/>
38       </Unit0>
39       <Unit1>
40         <Filename Value="InstallerServiceClass.pas"/>
41         <IsPartOfProject Value="True"/>
42         <UnitName Value="InstallerServiceClass"/>
43       </Unit1>
44       <Unit2>
45         <Filename Value="ExtraFunctionsLcl.pas"/>
46         <IsPartOfProject Value="True"/>
47         <UnitName Value="ExtraFunctionsLcl"/>
48       </Unit2>
49       <Unit3>
50         <Filename Value="GGBuildToolsShared.pas"/>
51         <IsPartOfProject Value="True"/>
52         <UnitName Value="GGBuildToolsShared"/>
53       </Unit3>
54       <Unit4>
55         <Filename Value="ConsUtilServiceClass.pas"/>
56         <IsPartOfProject Value="True"/>
57         <UnitName Value="ConsUtilServiceClass"/>
58       </Unit4>
59       <Unit5>
60         <Filename Value="GGConsUtilServiceClass.pas"/>
61         <IsPartOfProject Value="True"/>
62         <UnitName Value="GGConsUtilServiceClass"/>
63       </Unit5>
64     </Units>
65   </ProjectOptions>
66   <CompilerOptions>
67     <Version Value="5"/>
68     <PathDelim Value="\"/>
69     <SearchPaths>
70       <UnitOutputDirectory Value="generated\build\Installer"/>
71     </SearchPaths>
72     <CodeGeneration>
73       <Generate Value="Smaller"/>
74     </CodeGeneration>
75     <Linking>
76       <Debugging>
77         <UseLineInfoUnit Value="False"/>
78         <StripSymbols Value="True"/>
79       </Debugging>
80     </Linking>
81     <Other>
82       <CompilerPath Value="$(CompPath)"/>
83     </Other>
84   </CompilerOptions>
85 </CONFIG>
Note: See TracBrowser for help on using the browser.