From 11b41a3b4ad3658e785bae6d96e20e0dacec7ef0 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 10 Jan 2024 15:44:23 +0100 Subject: [PATCH] createconfig: added lpi --- tools/createconfig/createconfig.lpi | 71 +++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 tools/createconfig/createconfig.lpi diff --git a/tools/createconfig/createconfig.lpi b/tools/createconfig/createconfig.lpi new file mode 100644 index 0000000..fe34fa5 --- /dev/null +++ b/tools/createconfig/createconfig.lpi @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + <UseAppBundle Value="False"/> + <ResourceType Value="res"/> + </General> + <BuildModes> + <Item Name="Default" Default="True"/> + </BuildModes> + <PublishOptions> + <Version Value="2"/> + <UseFileFilters Value="True"/> + </PublishOptions> + <RunParams> + <FormatVersion Value="2"/> + </RunParams> + <Units> + <Unit> + <Filename Value="createconfig.pp"/> + <IsPartOfProject Value="True"/> + </Unit> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="11"/> + <Target> + <Filename Value="createconfig"/> + </Target> + <SearchPaths> + <IncludeFiles Value="$(ProjOutDir)"/> + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + <CodeGeneration> + <Checks> + <IOChecks Value="True"/> + <RangeChecks Value="True"/> + <OverflowChecks Value="True"/> + <StackChecks Value="True"/> + </Checks> + <VerifyObjMethodCallValidity Value="True"/> + </CodeGeneration> + <Linking> + <Debugging> + <TrashVariables Value="True"/> + </Debugging> + </Linking> + </CompilerOptions> + <Debugging> + <Exceptions> + <Item> + <Name Value="EAbort"/> + </Item> + <Item> + <Name Value="ECodetoolError"/> + </Item> + <Item> + <Name Value="EFOpenError"/> + </Item> + </Exceptions> + </Debugging> +</CONFIG>