source: trunk/StudioModules/LDModuleBrainfuck/LDModuleBrainfuck.lpk

Last change on this file was 16, checked in by chronos, 12 years ago
  • Modified: Definition of text source file moved to new package Basic.
File size: 1.3 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <PathDelim Value="\"/>
5 <Name Value="LDModuleBrainfuck"/>
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="UBrainfuckCode.pas"/>
22 <UnitName Value="UBrainfuckCode"/>
23 </Item1>
24 <Item2>
25 <Filename Value="ULDModuleBrainfuck.pas"/>
26 <UnitName Value="ULDModuleBrainfuck"/>
27 </Item2>
28 </Files>
29 <Type Value="RunAndDesignTime"/>
30 <RequiredPkgs Count="3">
31 <Item1>
32 <PackageName Value="LDModuleBasic"/>
33 </Item1>
34 <Item2>
35 <PackageName Value="LDStudioCommon"/>
36 </Item2>
37 <Item3>
38 <PackageName Value="FCL"/>
39 </Item3>
40 </RequiredPkgs>
41 <UsageOptions>
42 <UnitPath Value="$(PkgOutDir)"/>
43 </UsageOptions>
44 <PublishOptions>
45 <Version Value="2"/>
46 </PublishOptions>
47 </Package>
48</CONFIG>
Note: See TracBrowser for help on using the repository browser.