|
@@ -1,19 +1,22 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<ProjectOptions>
|
|
- <Version Value="9"/>
|
|
|
|
|
|
+ <Version Value="12"/>
|
|
<PathDelim Value="\"/>
|
|
<PathDelim Value="\"/>
|
|
<General>
|
|
<General>
|
|
<Flags>
|
|
<Flags>
|
|
|
|
+ <MainUnitHasCreateFormStatements Value="False"/>
|
|
|
|
+ <MainUnitHasTitleStatement Value="False"/>
|
|
|
|
+ <MainUnitHasScaledStatement Value="False"/>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
<LRSInOutputDirectory Value="False"/>
|
|
|
|
+ <CompatibilityMode Value="True"/>
|
|
</Flags>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
- <MainUnit Value="0"/>
|
|
|
|
</General>
|
|
</General>
|
|
<VersionInfo>
|
|
<VersionInfo>
|
|
<UseVersionInfo Value="True"/>
|
|
<UseVersionInfo Value="True"/>
|
|
<MinorVersionNr Value="1"/>
|
|
<MinorVersionNr Value="1"/>
|
|
- <StringTable FileDescription="RPM WCX plugin for Double Commander" LegalCopyright="Copyright (C) 2006-2012 Koblov Alexander" ProductVersion=""/>
|
|
|
|
|
|
+ <StringTable FileDescription="RPM WCX plugin for Double Commander" LegalCopyright="Copyright (C) 2006-2012 Koblov Alexander"/>
|
|
</VersionInfo>
|
|
</VersionInfo>
|
|
<BuildModes Count="2">
|
|
<BuildModes Count="2">
|
|
<Item1 Name="Release" Default="True"/>
|
|
<Item1 Name="Release" Default="True"/>
|
|
@@ -28,14 +31,14 @@
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
begin
|
|
- CustomOptions += '-fPIC';
|
|
|
|
|
|
+ CustomOptions += '-fPIC';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
|
|
|
+if (TargetOS = 'darwin') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
end;"/>
|
|
end;"/>
|
|
<Parsing>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxOptions>
|
|
@@ -68,15 +71,19 @@ end;"/>
|
|
</BuildModes>
|
|
</BuildModes>
|
|
<PublishOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<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>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<RunParams>
|
|
<local>
|
|
<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>
|
|
</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>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<Item1>
|
|
@@ -84,11 +91,23 @@ end;"/>
|
|
<MinVersion Minor="2" Valid="True"/>
|
|
<MinVersion Minor="2" Valid="True"/>
|
|
</Item1>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
</RequiredPackages>
|
|
- <Units Count="1">
|
|
|
|
|
|
+ <Units Count="4">
|
|
<Unit0>
|
|
<Unit0>
|
|
<Filename Value="rpm.dpr"/>
|
|
<Filename Value="rpm.dpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<IsPartOfProject Value="True"/>
|
|
</Unit0>
|
|
</Unit0>
|
|
|
|
+ <Unit1>
|
|
|
|
+ <Filename Value="rpm_io.pas"/>
|
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
|
+ </Unit1>
|
|
|
|
+ <Unit2>
|
|
|
|
+ <Filename Value="rpm_def.pas"/>
|
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
|
+ </Unit2>
|
|
|
|
+ <Unit3>
|
|
|
|
+ <Filename Value="rpm_archive.pas"/>
|
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
|
+ </Unit3>
|
|
</Units>
|
|
</Units>
|
|
</ProjectOptions>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<CompilerOptions>
|
|
@@ -101,19 +120,19 @@ end;"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<OtherUnitFiles Value="../../../../sdk"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
<UnitOutputDirectory Value="../lib"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
- <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
|
|
|
|
+ <Conditionals Value="if (TargetCPU <> 'arm') then
|
|
begin
|
|
begin
|
|
- CustomOptions += '-fPIC';
|
|
|
|
|
|
+ CustomOptions += '-fPIC';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'darwin') then
|
|
|
|
|
|
+if (TargetOS = 'darwin') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -no_order_inits';
|
|
|
|
|
|
+ LinkerOptions += ' -no_order_inits';
|
|
end;
|
|
end;
|
|
|
|
|
|
-if (TargetOS = 'linux') then
|
|
|
|
|
|
+if (TargetOS = 'linux') then
|
|
begin
|
|
begin
|
|
- LinkerOptions += ' -z relro --as-needed';
|
|
|
|
|
|
+ LinkerOptions += ' -z relro --as-needed';
|
|
end;"/>
|
|
end;"/>
|
|
<Parsing>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxOptions>
|
|
@@ -137,6 +156,12 @@ end;"/>
|
|
<ExecutableType Value="Library"/>
|
|
<ExecutableType Value="Library"/>
|
|
</Options>
|
|
</Options>
|
|
</Linking>
|
|
</Linking>
|
|
|
|
+ <Other>
|
|
|
|
+ <Verbosity>
|
|
|
|
+ <ShowNotes Value="False"/>
|
|
|
|
+ <ShowHints Value="False"/>
|
|
|
|
+ </Verbosity>
|
|
|
|
+ </Other>
|
|
</CompilerOptions>
|
|
</CompilerOptions>
|
|
<Debugging>
|
|
<Debugging>
|
|
<Exceptions Count="2">
|
|
<Exceptions Count="2">
|