|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<CONFIG> |
| 3 | + <ProjectOptions> |
| 4 | + <Version Value="12"/> |
| 5 | + <General> |
| 6 | + <Flags> |
| 7 | + <MainUnitHasCreateFormStatements Value="False"/> |
| 8 | + <MainUnitHasTitleStatement Value="False"/> |
| 9 | + <MainUnitHasScaledStatement Value="False"/> |
| 10 | + <CompatibilityMode Value="True"/> |
| 11 | + </Flags> |
| 12 | + <SessionStorage Value="InProjectDir"/> |
| 13 | + <Title Value="One Billion Row Challenge Generator"/> |
| 14 | + <UseAppBundle Value="False"/> |
| 15 | + <ResourceType Value="res"/> |
| 16 | + </General> |
| 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/generator"/> |
| 24 | + </Target> |
| 25 | + <SearchPaths> |
| 26 | + <IncludeFiles Value="$(ProjOutDir);../../Common"/> |
| 27 | + <OtherUnitFiles Value="../../Common"/> |
| 28 | + <UnitOutputDirectory Value="../../../bin/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 | + <UseExternalDbgSyms Value="True"/> |
| 50 | + </Debugging> |
| 51 | + </Linking> |
| 52 | + </CompilerOptions> |
| 53 | + </Item2> |
| 54 | + <Item3 Name="Release"> |
| 55 | + <CompilerOptions> |
| 56 | + <Version Value="11"/> |
| 57 | + <Target> |
| 58 | + <Filename Value="../../../bin/generator"/> |
| 59 | + </Target> |
| 60 | + <SearchPaths> |
| 61 | + <IncludeFiles Value="$(ProjOutDir);../../Common"/> |
| 62 | + <OtherUnitFiles Value="../../Common"/> |
| 63 | + <UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/> |
| 64 | + </SearchPaths> |
| 65 | + <CodeGeneration> |
| 66 | + <SmartLinkUnit Value="True"/> |
| 67 | + <Optimizations> |
| 68 | + <OptimizationLevel Value="3"/> |
| 69 | + </Optimizations> |
| 70 | + </CodeGeneration> |
| 71 | + <Linking> |
| 72 | + <Debugging> |
| 73 | + <GenerateDebugInfo Value="False"/> |
| 74 | + <RunWithoutDebug Value="True"/> |
| 75 | + </Debugging> |
| 76 | + <LinkSmart Value="True"/> |
| 77 | + </Linking> |
| 78 | + </CompilerOptions> |
| 79 | + </Item3> |
| 80 | + </BuildModes> |
| 81 | + <PublishOptions> |
| 82 | + <Version Value="2"/> |
| 83 | + <UseFileFilters Value="True"/> |
| 84 | + </PublishOptions> |
| 85 | + <RunParams> |
| 86 | + <FormatVersion Value="2"/> |
| 87 | + </RunParams> |
| 88 | + <Units Count="2"> |
| 89 | + <Unit0> |
| 90 | + <Filename Value="generator.lpr"/> |
| 91 | + <IsPartOfProject Value="True"/> |
| 92 | + </Unit0> |
| 93 | + <Unit1> |
| 94 | + <Filename Value="../../Common/generate.common.pas"/> |
| 95 | + <IsPartOfProject Value="True"/> |
| 96 | + <UnitName Value="Generate.Common"/> |
| 97 | + </Unit1> |
| 98 | + </Units> |
| 99 | + </ProjectOptions> |
| 100 | + <CompilerOptions> |
| 101 | + <Version Value="11"/> |
| 102 | + <Target> |
| 103 | + <Filename Value="../../../bin/generator"/> |
| 104 | + </Target> |
| 105 | + <SearchPaths> |
| 106 | + <IncludeFiles Value="$(ProjOutDir);../../Common"/> |
| 107 | + <OtherUnitFiles Value="../../Common"/> |
| 108 | + <UnitOutputDirectory Value="../../../bin/lib/$(TargetCPU)-$(TargetOS)"/> |
| 109 | + </SearchPaths> |
| 110 | + </CompilerOptions> |
| 111 | + <Debugging> |
| 112 | + <Exceptions Count="3"> |
| 113 | + <Item1> |
| 114 | + <Name Value="EAbort"/> |
| 115 | + </Item1> |
| 116 | + <Item2> |
| 117 | + <Name Value="ECodetoolError"/> |
| 118 | + </Item2> |
| 119 | + <Item3> |
| 120 | + <Name Value="EFOpenError"/> |
| 121 | + </Item3> |
| 122 | + </Exceptions> |
| 123 | + </Debugging> |
| 124 | +</CONFIG> |
0 commit comments