| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <Package Version="5">
- <PathDelim Value="\"/>
- <Name Value="doublecmd_common"/>
- <Author Value="Alexander Koblov"/>
- <CompilerOptions>
- <Version Value="11"/>
- <PathDelim Value="\"/>
- <SearchPaths>
- <IncludeFiles Value="iconvenc"/>
- <OtherUnitFiles Value="iconvenc"/>
- <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Conditionals Value="if (TargetCPU <> 'arm') then
- begin
- CustomOptions += '-fPIC';
- UsageCustomOptions += '-fPIC';
- end"/>
- <Parsing>
- <SyntaxOptions>
- <IncludeAssertionCode Value="True"/>
- </SyntaxOptions>
- </Parsing>
- <CodeGeneration>
- <Checks>
- <RangeChecks Value="True"/>
- <OverflowChecks Value="True"/>
- </Checks>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <DebugInfoType Value="dsDwarf2Set"/>
- </Debugging>
- </Linking>
- </CompilerOptions>
- <Description Value="Common units for Double Commander"/>
- <License Value="GNU GPL 2"/>
- <Version Minor="4" Release="2"/>
- <Files Count="12">
- <Item1>
- <Filename Value="dcclassesutf8.pas"/>
- <UnitName Value="DCClassesUtf8"/>
- </Item1>
- <Item2>
- <Filename Value="dcosutils.pas"/>
- <UnitName Value="DCOSUtils"/>
- </Item2>
- <Item3>
- <Filename Value="dcstrutils.pas"/>
- <UnitName Value="DCStrUtils"/>
- </Item3>
- <Item4>
- <Filename Value="dcbasictypes.pas"/>
- <UnitName Value="DCBasicTypes"/>
- </Item4>
- <Item5>
- <Filename Value="dcfileattributes.pas"/>
- <UnitName Value="DCFileAttributes"/>
- </Item5>
- <Item6>
- <Filename Value="dcconvertencoding.pas"/>
- <UnitName Value="DCConvertEncoding"/>
- </Item6>
- <Item7>
- <Filename Value="dcdatetimeutils.pas"/>
- <UnitName Value="DCDateTimeUtils"/>
- </Item7>
- <Item8>
- <Filename Value="dcxmlconfig.pas"/>
- <UnitName Value="DCXmlConfig"/>
- </Item8>
- <Item9>
- <Filename Value="dcprocessutf8.pas"/>
- <UnitName Value="DCProcessUtf8"/>
- </Item9>
- <Item10>
- <Filename Value="dcunicodeutils.pas"/>
- <UnitName Value="DCUnicodeUtils"/>
- </Item10>
- <Item11>
- <Filename Value="dcstringhashlistutf8.pas"/>
- <UnitName Value="DCStringHashListUtf8"/>
- </Item11>
- <Item12>
- <Filename Value="dcjsonconfig.pas"/>
- <UnitName Value="DCJsonConfig"/>
- </Item12>
- </Files>
- <CompatibilityMode Value="True"/>
- <RequiredPkgs Count="2">
- <Item1>
- <PackageName Value="FCL"/>
- <MinVersion Major="1" Valid="True"/>
- </Item1>
- <Item2>
- <PackageName Value="LazUtils"/>
- </Item2>
- </RequiredPkgs>
- <UsageOptions>
- <UnitPath Value="$(PkgOutDir)"/>
- </UsageOptions>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- </Package>
- </CONFIG>
|