source: trunk/StudioModules/LDModuleBasic/LDModuleBasic.lpk

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: 1.3 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDModuleBasic"/>
6 <CompilerOptions>
7 <Version Value="11"/>
8 <PathDelim Value="\"/>
9 <SearchPaths>
10 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
11 </SearchPaths>
12 <Other>
13 <CompilerMessages>
14 <MsgFileName Value=""/>
15 </CompilerMessages>
16 <CompilerPath Value="$(CompPath)"/>
17 </Other>
18 </CompilerOptions>
19 <Files Count="2">
20 <Item1>
21 <Filename Value="ULDModuleBasic.pas"/>
22 <UnitName Value="ULDModuleBasic"/>
23 </Item1>
24 <Item2>
25 <Filename Value="UFormSourceCode.pas"/>
26 <UnitName Value="UFormSourceCode"/>
27 </Item2>
28 </Files>
29 <Type Value="RunAndDesignTime"/>
30 <RequiredPkgs Count="3">
31 <Item1>
32 <PackageName Value="SynEdit"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="LDStudioCommon"/>
36 <DefaultFilename Value="..\..\StudioCommon\LDStudioCommon.lpk" Prefer="True"/>
37 </Item2>
38 <Item3>
39 <PackageName Value="FCL"/>
40 </Item3>
41 </RequiredPkgs>
42 <UsageOptions>
43 <UnitPath Value="$(PkgOutDir)"/>
44 </UsageOptions>
45 <PublishOptions>
46 <Version Value="2"/>
47 </PublishOptions>
48 </Package>
49</CONFIG>
Note: See TracBrowser for help on using the repository browser.