Skip to content

Commit 65c6983

Browse files
committed
Demo
1 parent 87c175e commit 65c6983

3 files changed

Lines changed: 664 additions & 0 deletions

File tree

demos/relations/RelationsDemo.lpi

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CONFIG>
3+
<ProjectOptions>
4+
<Version Value="12"/>
5+
<PathDelim Value="\"/>
6+
<General>
7+
<Flags>
8+
<MainUnitHasCreateFormStatements Value="False"/>
9+
<MainUnitHasTitleStatement Value="False"/>
10+
<MainUnitHasScaledStatement Value="False"/>
11+
</Flags>
12+
<SessionStorage Value="InProjectDir"/>
13+
<Title Value="RelationsDemo"/>
14+
<UseAppBundle Value="False"/>
15+
<ResourceType Value="res"/>
16+
</General>
17+
<BuildModes>
18+
<Item Name="Default" Default="True"/>
19+
<Item Name="Debug">
20+
<CompilerOptions>
21+
<Version Value="11"/>
22+
<PathDelim Value="\"/>
23+
<Target>
24+
<Filename Value="RelationsDemo"/>
25+
</Target>
26+
<SearchPaths>
27+
<IncludeFiles Value="$(ProjOutDir)"/>
28+
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
29+
</SearchPaths>
30+
<Parsing>
31+
<SyntaxOptions>
32+
<IncludeAssertionCode Value="True"/>
33+
</SyntaxOptions>
34+
</Parsing>
35+
<CodeGeneration>
36+
<Checks>
37+
<IOChecks Value="True"/>
38+
<RangeChecks Value="True"/>
39+
<OverflowChecks Value="True"/>
40+
<StackChecks Value="True"/>
41+
</Checks>
42+
<VerifyObjMethodCallValidity Value="True"/>
43+
</CodeGeneration>
44+
<Linking>
45+
<Debugging>
46+
<DebugInfoType Value="dsDwarf3"/>
47+
<UseHeaptrc Value="True"/>
48+
<TrashVariables Value="True"/>
49+
</Debugging>
50+
</Linking>
51+
<Other>
52+
<CompilerMessages>
53+
<IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
54+
</CompilerMessages>
55+
</Other>
56+
</CompilerOptions>
57+
</Item>
58+
<Item Name="Release">
59+
<CompilerOptions>
60+
<Version Value="11"/>
61+
<PathDelim Value="\"/>
62+
<Target>
63+
<Filename Value="RelationsDemo"/>
64+
</Target>
65+
<SearchPaths>
66+
<IncludeFiles Value="$(ProjOutDir)"/>
67+
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
68+
</SearchPaths>
69+
<CodeGeneration>
70+
<SmartLinkUnit Value="True"/>
71+
<Optimizations>
72+
<OptimizationLevel Value="3"/>
73+
</Optimizations>
74+
</CodeGeneration>
75+
<Linking>
76+
<Debugging>
77+
<GenerateDebugInfo Value="False"/>
78+
<RunWithoutDebug Value="True"/>
79+
<StripSymbols Value="True"/>
80+
</Debugging>
81+
<LinkSmart Value="True"/>
82+
</Linking>
83+
<Other>
84+
<CompilerMessages>
85+
<IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
86+
</CompilerMessages>
87+
</Other>
88+
</CompilerOptions>
89+
</Item>
90+
</BuildModes>
91+
<PublishOptions>
92+
<Version Value="2"/>
93+
<UseFileFilters Value="True"/>
94+
</PublishOptions>
95+
<RunParams>
96+
<FormatVersion Value="2"/>
97+
</RunParams>
98+
<RequiredPackages>
99+
<Item>
100+
<PackageName Value="dOpfRT"/>
101+
</Item>
102+
</RequiredPackages>
103+
<Units>
104+
<Unit>
105+
<Filename Value="RelationsDemo.lpr"/>
106+
<IsPartOfProject Value="True"/>
107+
</Unit>
108+
</Units>
109+
</ProjectOptions>
110+
<CompilerOptions>
111+
<Version Value="11"/>
112+
<PathDelim Value="\"/>
113+
<Target>
114+
<Filename Value="RelationsDemo"/>
115+
</Target>
116+
<SearchPaths>
117+
<IncludeFiles Value="$(ProjOutDir)"/>
118+
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
119+
</SearchPaths>
120+
<Linking>
121+
<Debugging>
122+
<DebugInfoType Value="dsDwarf3"/>
123+
</Debugging>
124+
</Linking>
125+
<Other>
126+
<CompilerMessages>
127+
<IgnoredMessages idx6058="True" idx3124="True" idx3123="True"/>
128+
</CompilerMessages>
129+
</Other>
130+
</CompilerOptions>
131+
<Debugging>
132+
<Exceptions>
133+
<Item>
134+
<Name Value="EAbort"/>
135+
</Item>
136+
<Item>
137+
<Name Value="ECodetoolError"/>
138+
</Item>
139+
<Item>
140+
<Name Value="EFOpenError"/>
141+
</Item>
142+
</Exceptions>
143+
</Debugging>
144+
</CONFIG>

0 commit comments

Comments
 (0)