source: branches/interpreter/interpreter3/interpreter.lpi

Last change on this file was 103, checked in by chronos, 7 years ago
  • Moved: All projects moved to subfolders for better maintenance of multiple projects.
File size: 3.1 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="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <Target>
28 <Filename Value="interpreter"/>
29 </Target>
30 <SearchPaths>
31 <IncludeFiles Value="$(ProjOutDir)"/>
32 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
33 </SearchPaths>
34 <Parsing>
35 <SyntaxOptions>
36 <SyntaxMode Value="Delphi"/>
37 <CStyleOperator Value="False"/>
38 <AllowLabel Value="False"/>
39 <CPPInline Value="False"/>
40 </SyntaxOptions>
41 </Parsing>
42 <Linking>
43 <Debugging>
44 <GenerateDebugInfo Value="False"/>
45 </Debugging>
46 </Linking>
47 </CompilerOptions>
48 </Item2>
49 </BuildModes>
50 <PublishOptions>
51 <Version Value="2"/>
52 </PublishOptions>
53 <RunParams>
54 <local>
55 <FormatVersion Value="1"/>
56 <CommandLineParams Value="&lt;../interpreter2/interpreter.lpr"/>
57 </local>
58 </RunParams>
59 <Units Count="4">
60 <Unit0>
61 <Filename Value="interpreter.lpr"/>
62 <IsPartOfProject Value="True"/>
63 </Unit0>
64 <Unit1>
65 <Filename Value="Execute.pas"/>
66 <IsPartOfProject Value="True"/>
67 </Unit1>
68 <Unit2>
69 <Filename Value="Source.pas"/>
70 <IsPartOfProject Value="True"/>
71 </Unit2>
72 <Unit3>
73 <Filename Value="Parser.pas"/>
74 <IsPartOfProject Value="True"/>
75 </Unit3>
76 </Units>
77 </ProjectOptions>
78 <CompilerOptions>
79 <Version Value="11"/>
80 <Target>
81 <Filename Value="interpreter"/>
82 </Target>
83 <SearchPaths>
84 <IncludeFiles Value="$(ProjOutDir)"/>
85 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
86 </SearchPaths>
87 <Parsing>
88 <SyntaxOptions>
89 <SyntaxMode Value="Delphi"/>
90 <CStyleOperator Value="False"/>
91 <IncludeAssertionCode Value="True"/>
92 <AllowLabel Value="False"/>
93 <CPPInline Value="False"/>
94 </SyntaxOptions>
95 </Parsing>
96 <CodeGeneration>
97 <Checks>
98 <IOChecks Value="True"/>
99 <RangeChecks Value="True"/>
100 <OverflowChecks Value="True"/>
101 <StackChecks Value="True"/>
102 </Checks>
103 </CodeGeneration>
104 </CompilerOptions>
105 <Debugging>
106 <Exceptions Count="3">
107 <Item1>
108 <Name Value="EAbort"/>
109 </Item1>
110 <Item2>
111 <Name Value="ECodetoolError"/>
112 </Item2>
113 <Item3>
114 <Name Value="EFOpenError"/>
115 </Item3>
116 </Exceptions>
117 </Debugging>
118</CONFIG>
Note: See TracBrowser for help on using the repository browser.