source: branches/multi-width/MultiWidth.lpi

Last change on this file was 54, checked in by chronos, 6 months ago
  • Added: Experimental multi-width CPU.
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <Title Value="MultiWidth"/>
8 <Scaled Value="True"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <XPManifest>
12 <DpiAware Value="True"/>
13 </XPManifest>
14 <Icon Value="0"/>
15 </General>
16 <BuildModes>
17 <Item Name="Default" Default="True"/>
18 </BuildModes>
19 <PublishOptions>
20 <Version Value="2"/>
21 <UseFileFilters Value="True"/>
22 </PublishOptions>
23 <RunParams>
24 <FormatVersion Value="2"/>
25 </RunParams>
26 <RequiredPackages>
27 <Item>
28 <PackageName Value="LCL"/>
29 </Item>
30 </RequiredPackages>
31 <Units>
32 <Unit>
33 <Filename Value="MultiWidth.lpr"/>
34 <IsPartOfProject Value="True"/>
35 </Unit>
36 <Unit>
37 <Filename Value="UFormMain.pas"/>
38 <IsPartOfProject Value="True"/>
39 <ComponentName Value="FormMain"/>
40 <ResourceBaseClass Value="Form"/>
41 </Unit>
42 <Unit>
43 <Filename Value="Cpu.pas"/>
44 <IsPartOfProject Value="True"/>
45 </Unit>
46 <Unit>
47 <Filename Value="Channel.pas"/>
48 <IsPartOfProject Value="True"/>
49 </Unit>
50 <Unit>
51 <Filename Value="Memory.pas"/>
52 <IsPartOfProject Value="True"/>
53 </Unit>
54 <Unit>
55 <Filename Value="Console.pas"/>
56 <IsPartOfProject Value="True"/>
57 </Unit>
58 <Unit>
59 <Filename Value="Int24.pas"/>
60 <IsPartOfProject Value="True"/>
61 </Unit>
62 </Units>
63 </ProjectOptions>
64 <CompilerOptions>
65 <Version Value="11"/>
66 <Target>
67 <Filename Value="MultiWidth"/>
68 </Target>
69 <SearchPaths>
70 <IncludeFiles Value="$(ProjOutDir)"/>
71 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
72 </SearchPaths>
73 <Parsing>
74 <SyntaxOptions>
75 <SyntaxMode Value="Delphi"/>
76 <IncludeAssertionCode Value="True"/>
77 </SyntaxOptions>
78 </Parsing>
79 <CodeGeneration>
80 <Checks>
81 <IOChecks Value="True"/>
82 <RangeChecks Value="True"/>
83 <OverflowChecks Value="True"/>
84 <StackChecks Value="True"/>
85 </Checks>
86 <VerifyObjMethodCallValidity Value="True"/>
87 </CodeGeneration>
88 <Linking>
89 <Debugging>
90 <DebugInfoType Value="dsDwarf2Set"/>
91 <UseHeaptrc Value="True"/>
92 <UseExternalDbgSyms Value="True"/>
93 </Debugging>
94 <Options>
95 <Win32>
96 <GraphicApplication Value="True"/>
97 </Win32>
98 </Options>
99 </Linking>
100 </CompilerOptions>
101 <Debugging>
102 <Exceptions>
103 <Item>
104 <Name Value="EAbort"/>
105 </Item>
106 <Item>
107 <Name Value="ECodetoolError"/>
108 </Item>
109 <Item>
110 <Name Value="EFOpenError"/>
111 </Item>
112 </Exceptions>
113 </Debugging>
114</CONFIG>
Note: See TracBrowser for help on using the repository browser.