source: branches/Machine/project1.lpi

Last change on this file was 87, checked in by chronos, 9 years ago

Another experimental virtual CPU implementation.

File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="project1"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <VersionInfo>
17 <StringTable ProductVersion=""/>
18 </VersionInfo>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 </PublishOptions>
25 <RunParams>
26 <local>
27 <FormatVersion Value="1"/>
28 </local>
29 </RunParams>
30 <RequiredPackages Count="1">
31 <Item1>
32 <PackageName Value="LCL"/>
33 </Item1>
34 </RequiredPackages>
35 <Units Count="4">
36 <Unit0>
37 <Filename Value="project1.lpr"/>
38 <IsPartOfProject Value="True"/>
39 </Unit0>
40 <Unit1>
41 <Filename Value="UFormMain.pas"/>
42 <IsPartOfProject Value="True"/>
43 <ComponentName Value="Form1"/>
44 <HasResources Value="True"/>
45 <ResourceBaseClass Value="Form"/>
46 </Unit1>
47 <Unit2>
48 <Filename Value="UMachine.pas"/>
49 <IsPartOfProject Value="True"/>
50 </Unit2>
51 <Unit3>
52 <Filename Value="UCompiler.pas"/>
53 <IsPartOfProject Value="True"/>
54 </Unit3>
55 </Units>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="11"/>
59 <Target>
60 <Filename Value="project1"/>
61 </Target>
62 <SearchPaths>
63 <IncludeFiles Value="$(ProjOutDir)"/>
64 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
65 </SearchPaths>
66 <Parsing>
67 <SyntaxOptions>
68 <SyntaxMode Value="Delphi"/>
69 <CStyleOperator Value="False"/>
70 <IncludeAssertionCode Value="True"/>
71 <AllowLabel Value="False"/>
72 <CPPInline Value="False"/>
73 </SyntaxOptions>
74 </Parsing>
75 <CodeGeneration>
76 <Checks>
77 <IOChecks Value="True"/>
78 <RangeChecks Value="True"/>
79 <OverflowChecks Value="True"/>
80 <StackChecks Value="True"/>
81 </Checks>
82 </CodeGeneration>
83 <Linking>
84 <Options>
85 <Win32>
86 <GraphicApplication Value="True"/>
87 </Win32>
88 </Options>
89 </Linking>
90 </CompilerOptions>
91 <Debugging>
92 <Exceptions Count="3">
93 <Item1>
94 <Name Value="EAbort"/>
95 </Item1>
96 <Item2>
97 <Name Value="ECodetoolError"/>
98 </Item2>
99 <Item3>
100 <Name Value="EFOpenError"/>
101 </Item3>
102 </Exceptions>
103 </Debugging>
104</CONFIG>
Note: See TracBrowser for help on using the repository browser.