1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="12"/>
- <PathDelim Value="\"/>
- <General>
- <Flags>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- <MainUnitHasScaledStatement Value="False"/>
- <CompatibilityMode Value="True"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <Title Value="demo03"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <BuildModes Count="1">
- <Item1 Name="Default" Default="True"/>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <UseFileFilters Value="True"/>
- </PublishOptions>
- <RunParams>
- <FormatVersion Value="2"/>
- </RunParams>
- <Units Count="2">
- <Unit0>
- <Filename Value="demo03.lpr"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- <Unit1>
- <Filename Value="..\..\..\..\srcGEGL\gegl_button.pas"/>
- <IsPartOfProject Value="True"/>
- </Unit1>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <Target>
- <Filename Value="..\libs\armeabi\arm64-v8a"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="..\..\..\..\headers;..\..\..\..\headers\android;$(ProjOutDir);..\..\..\..\src;..\..\..\..\srcGL;..\..\..\..\srcGEGL"/>
- <Libraries Value="..\libs\arm64-v8a"/>
- <OtherUnitFiles Value="..\..\..\..\src;..\..\..\..\srcGEGL;..\..\..\..\srcGL;..\..\..\..\extra;..\..\..\..\lib\theora\android\aarchv8a"/>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <SyntaxMode Value="Delphi"/>
- </SyntaxOptions>
- </Parsing>
- <CodeGeneration>
- <SmartLinkUnit Value="True"/>
- <TargetCPU Value="aarch64"/>
- <TargetOS Value="android"/>
- <Optimizations>
- <OptimizationLevel Value="2"/>
- </Optimizations>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- <LinkSmart Value="True"/>
- <Options>
- <ExecutableType Value="Library"/>
- </Options>
- </Linking>
- <Other>
- <ExecuteBefore>
- <Command Value="sh prebuild_v8a.sh"/>
- </ExecuteBefore>
- </Other>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|