source: trunk/Studio/LibreDevelopStudio.lpi

Last change on this file was 18, checked in by chronos, 12 years ago
  • Used external packages are now stored in uncompressed form rather in zipped files. This allow better package version synchronisation.
File size: 4.6 KB
Line 
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="LibreDevelopStudio"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <i18n>
15 <EnableI18N Value="True"/>
16 <OutDir Value="Languages"/>
17 </i18n>
18 <VersionInfo>
19 <StringTable ProductVersion=""/>
20 </VersionInfo>
21 <BuildModes Count="1">
22 <Item1 Name="Default" Default="True"/>
23 </BuildModes>
24 <PublishOptions>
25 <Version Value="2"/>
26 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
27 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
28 </PublishOptions>
29 <RunParams>
30 <local>
31 <FormatVersion Value="1"/>
32 <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
33 </local>
34 </RunParams>
35 <RequiredPackages Count="12">
36 <Item1>
37 <PackageName Value="ModularSystem"/>
38 <DefaultFilename Value="..\Packages\ModularSystem\ModularSystem.lpk" Prefer="True"/>
39 </Item1>
40 <Item2>
41 <PackageName Value="CoolTranslator"/>
42 <DefaultFilename Value="..\Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
43 </Item2>
44 <Item3>
45 <PackageName Value="TemplateGenerics"/>
46 <DefaultFilename Value="..\Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
47 </Item3>
48 <Item4>
49 <PackageName Value="Common"/>
50 <DefaultFilename Value="..\Packages\Common\Common.lpk" Prefer="True"/>
51 </Item4>
52 <Item5>
53 <PackageName Value="LDModuleBasic"/>
54 <DefaultFilename Value="..\StudioModules\LDModuleBasic\LDModuleBasic.lpk" Prefer="True"/>
55 </Item5>
56 <Item6>
57 <PackageName Value="LDStudioCommon"/>
58 <DefaultFilename Value="..\StudioCommon\LDStudioCommon.lpk" Prefer="True"/>
59 </Item6>
60 <Item7>
61 <PackageName Value="LDModuleProject"/>
62 <DefaultFilename Value="..\StudioModules\LDModuleProject\LDModuleProject.lpk" Prefer="True"/>
63 </Item7>
64 <Item8>
65 <PackageName Value="LDModulePascal"/>
66 <DefaultFilename Value="..\StudioModules\LDModulePascal\LDModulePascal.lpk" Prefer="True"/>
67 </Item8>
68 <Item9>
69 <PackageName Value="LDModuleBrainfuck"/>
70 <DefaultFilename Value="..\StudioModules\LDModuleBrainfuck\LDModuleBrainfuck.lpk" Prefer="True"/>
71 </Item9>
72 <Item10>
73 <PackageName Value="LDModuleDebug"/>
74 <DefaultFilename Value="..\StudioModules\LDModuleDebug\LDModuleDebug.lpk" Prefer="True"/>
75 </Item10>
76 <Item11>
77 <PackageName Value="LibreDevelopStudio"/>
78 <DefaultFilename Value="..\StudioPackage\LibreDevelopStudio.lpk" Prefer="True"/>
79 </Item11>
80 <Item12>
81 <PackageName Value="LCL"/>
82 </Item12>
83 </RequiredPackages>
84 <Units Count="2">
85 <Unit0>
86 <Filename Value="LibreDevelopStudio.lpr"/>
87 <IsPartOfProject Value="True"/>
88 <UnitName Value="LibreDevelopStudio"/>
89 </Unit0>
90 <Unit1>
91 <Filename Value="UCore.pas"/>
92 <IsPartOfProject Value="True"/>
93 <ComponentName Value="Core"/>
94 <HasResources Value="True"/>
95 <ResourceBaseClass Value="DataModule"/>
96 <UnitName Value="UCore"/>
97 </Unit1>
98 </Units>
99 </ProjectOptions>
100 <CompilerOptions>
101 <Version Value="11"/>
102 <PathDelim Value="\"/>
103 <Target>
104 <Filename Value="LibreDevelopStudio"/>
105 </Target>
106 <SearchPaths>
107 <IncludeFiles Value="$(ProjOutDir)"/>
108 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
109 </SearchPaths>
110 <Parsing>
111 <SyntaxOptions>
112 <SyntaxMode Value="Delphi"/>
113 </SyntaxOptions>
114 </Parsing>
115 <Linking>
116 <Debugging>
117 <UseHeaptrc Value="True"/>
118 </Debugging>
119 <Options>
120 <Win32>
121 <GraphicApplication Value="True"/>
122 </Win32>
123 </Options>
124 </Linking>
125 <Other>
126 <CompilerMessages>
127 <MsgFileName Value=""/>
128 </CompilerMessages>
129 <CompilerPath Value="$(CompPath)"/>
130 </Other>
131 </CompilerOptions>
132 <Debugging>
133 <Exceptions Count="3">
134 <Item1>
135 <Name Value="EAbort"/>
136 </Item1>
137 <Item2>
138 <Name Value="ECodetoolError"/>
139 </Item2>
140 <Item3>
141 <Name Value="EFOpenError"/>
142 </Item3>
143 </Exceptions>
144 </Debugging>
145</CONFIG>
Note: See TracBrowser for help on using the repository browser.