mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 03:19:11 +02:00

A packages/ide/fparm.lpi U packages/ide/fpmopts.inc U packages/ide/fpx64.lpi --- Recording mergeinfo for merge of r47446 into '.': U . # revisions: 47446 r47446 | florian | 2020-11-18 22:19:14 +0100 (Wed, 18 Nov 2020) | 3 lines Changed paths: A /trunk/packages/ide/fparm.lpi (from /trunk/packages/ide/fpx64.lpi:47445) M /trunk/packages/ide/fpmopts.inc M /trunk/packages/ide/fpx64.lpi * made Compiler Options window large enough to show all CPUs + project file for IDE targetting arm * write binary to bin/<full target>/fp git-svn-id: branches/fixes_3_2@47644 -
64 lines
1.7 KiB
XML
64 lines
1.7 KiB
XML
<?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="bin/$(TargetCPU)-$(TargetOS)/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>
|