|
@@ -1,16 +1,21 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<CONFIG>
|
|
|
<ProjectOptions>
|
|
|
- <Version Value="9"/>
|
|
|
+ <Version Value="12"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<General>
|
|
|
+ <Flags>
|
|
|
+ <MainUnitHasCreateFormStatements Value="False"/>
|
|
|
+ <MainUnitHasTitleStatement Value="False"/>
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
|
+ </Flags>
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
- <MainUnit Value="0"/>
|
|
|
</General>
|
|
|
<VersionInfo>
|
|
|
<UseVersionInfo Value="True"/>
|
|
|
<MinorVersionNr Value="1"/>
|
|
|
- <StringTable FileDescription="RPM WDX plugin for Double Commander" LegalCopyright="Copyright (C) 2006-2012 Koblov Alexander" ProductVersion=""/>
|
|
|
+ <StringTable FileDescription="RPM WDX plugin for Double Commander" LegalCopyright="Copyright (C) 2006-2012 Koblov Alexander"/>
|
|
|
</VersionInfo>
|
|
|
<BuildModes Count="2">
|
|
|
<Item1 Name="Release" Default="True"/>
|
|
@@ -26,14 +31,14 @@
|
|
|
<OtherUnitFiles Value="..\..\..\..\sdk"/>
|
|
|
<UnitOutputDirectory Value="..\lib"/>
|
|
|
</SearchPaths>
|
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
begin
|
|
|
- CustomOptions += '-fPIC';
|
|
|
+ CustomOptions += '-fPIC';
|
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
+if (TargetOS = 'darwin') then
|
|
|
begin
|
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
|
end;"/>
|
|
|
<Parsing>
|
|
|
<SyntaxOptions>
|
|
@@ -66,15 +71,19 @@ end;"/>
|
|
|
</BuildModes>
|
|
|
<PublishOptions>
|
|
|
<Version Value="2"/>
|
|
|
- <IgnoreBinaries Value="False"/>
|
|
|
- <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
|
- <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
|
</PublishOptions>
|
|
|
<RunParams>
|
|
|
<local>
|
|
|
- <FormatVersion Value="1"/>
|
|
|
- <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
+ <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>
|
|
|
+ <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
|
+ </local>
|
|
|
+ </Mode0>
|
|
|
+ </Modes>
|
|
|
</RunParams>
|
|
|
<RequiredPackages Count="1">
|
|
|
<Item1>
|
|
@@ -111,19 +120,19 @@ end;"/>
|
|
|
<OtherUnitFiles Value="..\..\..\..\sdk"/>
|
|
|
<UnitOutputDirectory Value="..\lib"/>
|
|
|
</SearchPaths>
|
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
begin
|
|
|
- CustomOptions += '-fPIC';
|
|
|
+ CustomOptions += '-fPIC';
|
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
+if (TargetOS = 'darwin') then
|
|
|
begin
|
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'linux') then
|
|
|
+if (TargetOS = 'linux') then
|
|
|
begin
|
|
|
- LinkerOptions += ' -z relro --as-needed';
|
|
|
+ LinkerOptions += ' -z relro --as-needed';
|
|
|
end;"/>
|
|
|
<Parsing>
|
|
|
<SyntaxOptions>
|
|
@@ -147,5 +156,11 @@ end;"/>
|
|
|
<ExecutableType Value="Library"/>
|
|
|
</Options>
|
|
|
</Linking>
|
|
|
+ <Other>
|
|
|
+ <Verbosity>
|
|
|
+ <ShowNotes Value="False"/>
|
|
|
+ <ShowHints Value="False"/>
|
|
|
+ </Verbosity>
|
|
|
+ </Other>
|
|
|
</CompilerOptions>
|
|
|
</CONFIG>
|