diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-01-11 22:45:32 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2020-01-11 22:45:32 +0000 |
commit | 2a69f5b1e7d060b0ed5658f995cd1b15c8ce54bc (patch) | |
tree | b264a9000d68590482447bd1f6aee96a1c75c7a3 | |
parent | 5cb242b1f35d667be3d7f1ef34cf489825224b56 (diff) | |
download | fpc-2a69f5b1e7d060b0ed5658f995cd1b15c8ce54bc.tar.gz |
+ lazarus project
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@43916 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r-- | packages/ide/fpx64.lpi | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/packages/ide/fpx64.lpi b/packages/ide/fpx64.lpi new file mode 100644 index 0000000000..e2eb88c4d0 --- /dev/null +++ b/packages/ide/fpx64.lpi @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CONFIG> + <ProjectOptions> + <Version Value="12"/> + <General> + <Flags> + <MainUnitHasCreateFormStatements Value="False"/> + <MainUnitHasTitleStatement Value="False"/> + <MainUnitHasScaledStatement Value="False"/> + </Flags> + <SessionStorage Value="InProjectDir"/> + <Title Value="fp"/> + <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"/> + <Modes Count="0"/> + </RunParams> + <Units> + <Unit> + <Filename Value="fp.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="FP"/> + </Unit> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="11"/> + <Target> + <Filename Value="fp"/> + </Target> + <SearchPaths> + <IncludeFiles Value="$(ProjOutDir);../../compiler;../../compiler/x86_64"/> + <OtherUnitFiles Value="../../compiler;../../compiler/x86;../../compiler/x86_64;../../compiler/systems;../rtl-extra/src/inc;../fv/src"/> + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + <Parsing> + <SyntaxOptions> + <SyntaxMode Value="fpc"/> + <UseAnsiStrings Value="False"/> + </SyntaxOptions> + </Parsing> + <Other> + <CustomOptions Value="-dx86_64 +-dnodebug"/> + </Other> + </CompilerOptions> + <Debugging> + <Exceptions Count="1"> + <Item1> + <Name Value="ECompilerAbort"/> + </Item1> + </Exceptions> + </Debugging> +</CONFIG> |