source: branches/virtualcpu/virtualcpu.lpi

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

Another experimental virtual CPU implementation.

File size: 2.0 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="virtualcpu"/>
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="3">
36 <Unit0>
37 <Filename Value="virtualcpu.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 </Units>
52 </ProjectOptions>
53 <CompilerOptions>
54 <Version Value="11"/>
55 <Target>
56 <Filename Value="virtualcpu"/>
57 </Target>
58 <SearchPaths>
59 <IncludeFiles Value="$(ProjOutDir)"/>
60 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
61 </SearchPaths>
62 <Linking>
63 <Options>
64 <Win32>
65 <GraphicApplication Value="True"/>
66 </Win32>
67 </Options>
68 </Linking>
69 </CompilerOptions>
70 <Debugging>
71 <Exceptions Count="3">
72 <Item1>
73 <Name Value="EAbort"/>
74 </Item1>
75 <Item2>
76 <Name Value="ECodetoolError"/>
77 </Item2>
78 <Item3>
79 <Name Value="EFOpenError"/>
80 </Item3>
81 </Exceptions>
82 </Debugging>
83</CONFIG>
Note: See TracBrowser for help on using the repository browser.