|
7 | 7 | <MainUnitHasCreateFormStatements Value="False"/> |
8 | 8 | <MainUnitHasTitleStatement Value="False"/> |
9 | 9 | <MainUnitHasScaledStatement Value="False"/> |
| 10 | + <CompatibilityMode Value="True"/> |
10 | 11 | </Flags> |
11 | 12 | <SessionStorage Value="InProjectDir"/> |
12 | 13 | <Title Value="Rick 1brc app"/> |
13 | 14 | <UseAppBundle Value="False"/> |
14 | 15 | <ResourceType Value="res"/> |
15 | 16 | </General> |
16 | | - <BuildModes> |
17 | | - <Item Name="Default" Default="True"/> |
| 17 | + <BuildModes Count="3"> |
| 18 | + <Item1 Name="Default" Default="True"/> |
| 19 | + <Item2 Name="Debug"> |
| 20 | + <CompilerOptions> |
| 21 | + <Version Value="11"/> |
| 22 | + <Target> |
| 23 | + <Filename Value="../../../bin/rlawson"/> |
| 24 | + </Target> |
| 25 | + <SearchPaths> |
| 26 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 27 | + <UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/> |
| 28 | + </SearchPaths> |
| 29 | + <Parsing> |
| 30 | + <SyntaxOptions> |
| 31 | + <IncludeAssertionCode Value="True"/> |
| 32 | + </SyntaxOptions> |
| 33 | + </Parsing> |
| 34 | + <CodeGeneration> |
| 35 | + <Checks> |
| 36 | + <IOChecks Value="True"/> |
| 37 | + <RangeChecks Value="True"/> |
| 38 | + <OverflowChecks Value="True"/> |
| 39 | + <StackChecks Value="True"/> |
| 40 | + </Checks> |
| 41 | + <VerifyObjMethodCallValidity Value="True"/> |
| 42 | + </CodeGeneration> |
| 43 | + <Linking> |
| 44 | + <Debugging> |
| 45 | + <DebugInfoType Value="dsDwarf3"/> |
| 46 | + <UseHeaptrc Value="True"/> |
| 47 | + <TrashVariables Value="True"/> |
| 48 | + <UseExternalDbgSyms Value="True"/> |
| 49 | + </Debugging> |
| 50 | + </Linking> |
| 51 | + </CompilerOptions> |
| 52 | + </Item2> |
| 53 | + <Item3 Name="Release"> |
| 54 | + <CompilerOptions> |
| 55 | + <Version Value="11"/> |
| 56 | + <Target> |
| 57 | + <Filename Value="../../../bin/rlawson"/> |
| 58 | + </Target> |
| 59 | + <SearchPaths> |
| 60 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 61 | + <UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/> |
| 62 | + </SearchPaths> |
| 63 | + <CodeGeneration> |
| 64 | + <SmartLinkUnit Value="True"/> |
| 65 | + <Optimizations> |
| 66 | + <OptimizationLevel Value="3"/> |
| 67 | + </Optimizations> |
| 68 | + </CodeGeneration> |
| 69 | + <Linking> |
| 70 | + <Debugging> |
| 71 | + <GenerateDebugInfo Value="False"/> |
| 72 | + <RunWithoutDebug Value="True"/> |
| 73 | + </Debugging> |
| 74 | + <LinkSmart Value="True"/> |
| 75 | + </Linking> |
| 76 | + </CompilerOptions> |
| 77 | + </Item3> |
18 | 78 | </BuildModes> |
19 | 79 | <PublishOptions> |
20 | 80 | <Version Value="2"/> |
|
23 | 83 | <RunParams> |
24 | 84 | <FormatVersion Value="2"/> |
25 | 85 | </RunParams> |
26 | | - <Units> |
27 | | - <Unit> |
| 86 | + <Units Count="2"> |
| 87 | + <Unit0> |
28 | 88 | <Filename Value="weather.lpr"/> |
29 | 89 | <IsPartOfProject Value="True"/> |
30 | | - </Unit> |
31 | | - <Unit> |
| 90 | + </Unit0> |
| 91 | + <Unit1> |
32 | 92 | <Filename Value="parser.pas"/> |
33 | 93 | <IsPartOfProject Value="True"/> |
34 | | - </Unit> |
| 94 | + </Unit1> |
35 | 95 | </Units> |
36 | 96 | </ProjectOptions> |
37 | 97 | <CompilerOptions> |
38 | 98 | <Version Value="11"/> |
39 | 99 | <Target> |
40 | | - <Filename Value="weather"/> |
| 100 | + <Filename Value="../../../bin/rlawson"/> |
41 | 101 | </Target> |
42 | 102 | <SearchPaths> |
43 | 103 | <IncludeFiles Value="$(ProjOutDir)"/> |
44 | | - <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> |
| 104 | + <UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/> |
45 | 105 | </SearchPaths> |
46 | 106 | <Linking> |
47 | 107 | <Debugging> |
|
50 | 110 | </Linking> |
51 | 111 | </CompilerOptions> |
52 | 112 | <Debugging> |
53 | | - <Exceptions> |
54 | | - <Item> |
| 113 | + <Exceptions Count="3"> |
| 114 | + <Item1> |
55 | 115 | <Name Value="EAbort"/> |
56 | | - </Item> |
57 | | - <Item> |
| 116 | + </Item1> |
| 117 | + <Item2> |
58 | 118 | <Name Value="ECodetoolError"/> |
59 | | - </Item> |
60 | | - <Item> |
| 119 | + </Item2> |
| 120 | + <Item3> |
61 | 121 | <Name Value="EFOpenError"/> |
62 | | - </Item> |
| 122 | + </Item3> |
63 | 123 | </Exceptions> |
64 | 124 | </Debugging> |
65 | 125 | </CONFIG> |
0 commit comments