source: branches/virtualcpu2/virtualcpu.lpi

Last change on this file was 151, checked in by chronos, 6 years ago
  • Added: Test virtual machine with data width determined directly from opcode index.
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="virtualcpu"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <BuildModes Count="1">
17 <Item1 Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 </PublishOptions>
22 <RunParams>
23 <local>
24 <FormatVersion Value="1"/>
25 </local>
26 </RunParams>
27 <RequiredPackages Count="1">
28 <Item1>
29 <PackageName Value="LCL"/>
30 </Item1>
31 </RequiredPackages>
32 <Units Count="3">
33 <Unit0>
34 <Filename Value="virtualcpu.lpr"/>
35 <IsPartOfProject Value="True"/>
36 </Unit0>
37 <Unit1>
38 <Filename Value="UFormMain.pas"/>
39 <IsPartOfProject Value="True"/>
40 <ComponentName Value="Form1"/>
41 <HasResources Value="True"/>
42 <ResourceBaseClass Value="Form"/>
43 </Unit1>
44 <Unit2>
45 <Filename Value="UMachine.pas"/>
46 <IsPartOfProject Value="True"/>
47 </Unit2>
48 </Units>
49 </ProjectOptions>
50 <CompilerOptions>
51 <Version Value="11"/>
52 <Target>
53 <Filename Value="virtualcpu"/>
54 </Target>
55 <SearchPaths>
56 <IncludeFiles Value="$(ProjOutDir)"/>
57 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
58 </SearchPaths>
59 <Linking>
60 <Options>
61 <Win32>
62 <GraphicApplication Value="True"/>
63 </Win32>
64 </Options>
65 </Linking>
66 </CompilerOptions>
67 <Debugging>
68 <Exceptions Count="3">
69 <Item1>
70 <Name Value="EAbort"/>
71 </Item1>
72 <Item2>
73 <Name Value="ECodetoolError"/>
74 </Item2>
75 <Item3>
76 <Name Value="EFOpenError"/>
77 </Item3>
78 </Exceptions>
79 </Debugging>
80</CONFIG>
Note: See TracBrowser for help on using the repository browser.