source: branches/interpreter/interpreter2/interpreter.lpi

Last change on this file was 104, checked in by chronos, 8 years ago
  • Added: Interpreter4 which should later interpret code of interpreter3.
  • Added: Parsing uses section and units in additional files.
  • Added: Parsing user defined structured types.
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <Flags>
7 <MainUnitHasCreateFormStatements Value="False"/>
8 <MainUnitHasTitleStatement Value="False"/>
9 </Flags>
10 <SessionStorage Value="InProjectDir"/>
11 <MainUnit Value="0"/>
12 <Title Value="interpreter"/>
13 <UseAppBundle Value="False"/>
14 <ResourceType Value="res"/>
15 </General>
16 <i18n>
17 <EnableI18N LFM="False"/>
18 </i18n>
19 <VersionInfo>
20 <StringTable ProductVersion=""/>
21 </VersionInfo>
22 <BuildModes Count="1">
23 <Item1 Name="Default" Default="True"/>
24 </BuildModes>
25 <PublishOptions>
26 <Version Value="2"/>
27 </PublishOptions>
28 <RunParams>
29 <local>
30 <FormatVersion Value="1"/>
31 <CommandLineParams Value="&lt;../interpreter1/interpreter.lpr"/>
32 </local>
33 </RunParams>
34 <Units Count="1">
35 <Unit0>
36 <Filename Value="interpreter.lpr"/>
37 <IsPartOfProject Value="True"/>
38 </Unit0>
39 </Units>
40 </ProjectOptions>
41 <CompilerOptions>
42 <Version Value="11"/>
43 <Target>
44 <Filename Value="project2"/>
45 </Target>
46 <SearchPaths>
47 <IncludeFiles Value="$(ProjOutDir)"/>
48 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
49 </SearchPaths>
50 </CompilerOptions>
51 <Debugging>
52 <Exceptions Count="3">
53 <Item1>
54 <Name Value="EAbort"/>
55 </Item1>
56 <Item2>
57 <Name Value="ECodetoolError"/>
58 </Item2>
59 <Item3>
60 <Name Value="EFOpenError"/>
61 </Item3>
62 </Exceptions>
63 </Debugging>
64</CONFIG>
Note: See TracBrowser for help on using the repository browser.