mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
170 lines
5.1 KiB
XML
170 lines
5.1 KiB
XML
<?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"/>
|
|
<ResourceType Value="res"/>
|
|
</General>
|
|
<VersionInfo>
|
|
<UseVersionInfo Value="True"/>
|
|
<MinorVersionNr Value="1"/>
|
|
<StringTable FileDescription="DEB WCX plugin for Double Commander" LegalCopyright="Copyright (C) 2006-2018 Koblov Alexander"/>
|
|
</VersionInfo>
|
|
<BuildModes Count="2">
|
|
<Item1 Name="Release" Default="True"/>
|
|
<Item2 Name="Debug">
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="..\deb.wcx" ApplyConventions="False"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir);..\..\..\..\sdk"/>
|
|
<OtherUnitFiles Value="..\..\..\..\sdk"/>
|
|
<UnitOutputDirectory Value="..\lib"/>
|
|
</SearchPaths>
|
|
<Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
CustomOptions += '-fPIC';
|
|
end;
|
|
|
|
if (TargetOS = 'darwin') then
|
|
begin
|
|
LinkerOptions += ' -no_order_inits';
|
|
end;"/>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxMode Value="Delphi"/>
|
|
<IncludeAssertionCode Value="True"/>
|
|
<UseAnsiStrings Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<CodeGeneration>
|
|
<Checks>
|
|
<IOChecks Value="True"/>
|
|
<RangeChecks Value="True"/>
|
|
<OverflowChecks Value="True"/>
|
|
<StackChecks Value="True"/>
|
|
</Checks>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<DebugInfoType Value="dsDwarf2Set"/>
|
|
<UseHeaptrc Value="True"/>
|
|
<UseExternalDbgSyms Value="True"/>
|
|
</Debugging>
|
|
<Options>
|
|
<PassLinkerOptions Value="True"/>
|
|
<ExecutableType Value="Library"/>
|
|
</Options>
|
|
</Linking>
|
|
</CompilerOptions>
|
|
</Item2>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<HostApplicationFilename Value="X:\Totalcmd\Totalcmd.exe"/>
|
|
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="1">
|
|
<Mode0 Name="default">
|
|
<local>
|
|
<HostApplicationFilename Value="X:\Totalcmd\Totalcmd.exe"/>
|
|
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</Mode0>
|
|
</Modes>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="doublecmd_common"/>
|
|
<MinVersion Minor="2" Valid="True"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="4">
|
|
<Unit0>
|
|
<Filename Value="deb.dpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="deb_io.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="deb_archive.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="deb_def.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit3>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="..\deb.wcx" ApplyConventions="False"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<IncludeFiles Value="$(ProjOutDir);..\..\..\..\sdk"/>
|
|
<OtherUnitFiles Value="..\..\..\..\sdk"/>
|
|
<UnitOutputDirectory Value="..\lib"/>
|
|
</SearchPaths>
|
|
<Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
CustomOptions += '-fPIC';
|
|
end;
|
|
|
|
if (TargetOS = 'darwin') then
|
|
begin
|
|
LinkerOptions += ' -no_order_inits';
|
|
end;
|
|
|
|
if (TargetOS = 'linux') then
|
|
begin
|
|
LinkerOptions += ' -z relro --as-needed';
|
|
end;"/>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxMode Value="Delphi"/>
|
|
<UseAnsiStrings Value="False"/>
|
|
</SyntaxOptions>
|
|
</Parsing>
|
|
<CodeGeneration>
|
|
<SmartLinkUnit Value="True"/>
|
|
<Optimizations>
|
|
<OptimizationLevel Value="3"/>
|
|
</Optimizations>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Debugging>
|
|
<GenerateDebugInfo Value="False"/>
|
|
</Debugging>
|
|
<LinkSmart Value="True"/>
|
|
<Options>
|
|
<PassLinkerOptions Value="True"/>
|
|
<ExecutableType Value="Library"/>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<Verbosity>
|
|
<ShowNotes Value="False"/>
|
|
<ShowHints Value="False"/>
|
|
</Verbosity>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|