source: branches/DataAddress/DataAddress.lpi

Last change on this file was 199, checked in by chronos, 4 years ago
  • Added: Virtual CPU with customizable bit width of data and address.
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="DataAddress"/>
9 <Scaled Value="True"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <BuildModes Count="1">
18 <Item1 Name="Default" Default="True"/>
19 </BuildModes>
20 <PublishOptions>
21 <Version Value="2"/>
22 <UseFileFilters Value="True"/>
23 </PublishOptions>
24 <RunParams>
25 <FormatVersion Value="2"/>
26 <Modes Count="0"/>
27 </RunParams>
28 <RequiredPackages Count="1">
29 <Item1>
30 <PackageName Value="LCL"/>
31 </Item1>
32 </RequiredPackages>
33 <Units Count="3">
34 <Unit0>
35 <Filename Value="DataAddress.lpr"/>
36 <IsPartOfProject Value="True"/>
37 </Unit0>
38 <Unit1>
39 <Filename Value="UFormMain.pas"/>
40 <IsPartOfProject Value="True"/>
41 <ComponentName Value="FormMain"/>
42 <ResourceBaseClass Value="Form"/>
43 </Unit1>
44 <Unit2>
45 <Filename Value="UCpu.pas"/>
46 <IsPartOfProject Value="True"/>
47 </Unit2>
48 </Units>
49 </ProjectOptions>
50 <CompilerOptions>
51 <Version Value="11"/>
52 <Target>
53 <Filename Value="DataAddress"/>
54 </Target>
55 <SearchPaths>
56 <IncludeFiles Value="$(ProjOutDir)"/>
57 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
58 </SearchPaths>
59 <Parsing>
60 <SyntaxOptions>
61 <SyntaxMode Value="Delphi"/>
62 <IncludeAssertionCode Value="True"/>
63 </SyntaxOptions>
64 </Parsing>
65 <CodeGeneration>
66 <Checks>
67 <IOChecks Value="True"/>
68 <RangeChecks Value="True"/>
69 <OverflowChecks Value="True"/>
70 <StackChecks Value="True"/>
71 </Checks>
72 <VerifyObjMethodCallValidity Value="True"/>
73 </CodeGeneration>
74 <Linking>
75 <Options>
76 <Win32>
77 <GraphicApplication Value="True"/>
78 </Win32>
79 </Options>
80 </Linking>
81 </CompilerOptions>
82 <Debugging>
83 <Exceptions Count="3">
84 <Item1>
85 <Name Value="EAbort"/>
86 </Item1>
87 <Item2>
88 <Name Value="ECodetoolError"/>
89 </Item2>
90 <Item3>
91 <Name Value="EFOpenError"/>
92 </Item3>
93 </Exceptions>
94 </Debugging>
95</CONFIG>
Note: See TracBrowser for help on using the repository browser.