Ignore:
Timestamp:
Sep 10, 2022, 8:03:08 PM (20 months ago)
Author:
chronos
Message:
  • Removed: TemplateGenerics as required package. Used Generics.Collections instead.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77heaptrclog.trc
        88MyData.exe
         9MyData.dbg
         10
  • trunk/Packages/Database/Database.lpk

    r19 r26  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<CONFIG>
    3   <Package Version="4">
     3  <Package Version="5">
    44    <PathDelim Value="\"/>
    55    <Name Value="Database"/>
     
    99      <PathDelim Value="\"/>
    1010      <SearchPaths>
    11         <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\"/>
     11        <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    1212      </SearchPaths>
     13      <Parsing>
     14        <SyntaxOptions>
     15          <SyntaxMode Value="Delphi"/>
     16          <CStyleOperator Value="False"/>
     17          <AllowLabel Value="False"/>
     18          <CPPInline Value="False"/>
     19        </SyntaxOptions>
     20      </Parsing>
     21      <Linking>
     22        <Debugging>
     23          <GenerateDebugInfo Value="False"/>
     24        </Debugging>
     25      </Linking>
    1326    </CompilerOptions>
    1427    <Files Count="1">
     
    1831      </Item1>
    1932    </Files>
     33    <CompatibilityMode Value="True"/>
     34    <i18n>
     35      <EnableI18N Value="True"/>
     36      <OutDir Value="Languages"/>
     37      <EnableI18NForLFM Value="True"/>
     38    </i18n>
    2039    <RequiredPkgs Count="2">
    2140      <Item1>
    22         <PackageName Value="TemplateGenerics"/>
     41        <PackageName Value="Common"/>
    2342      </Item1>
    2443      <Item2>
Note: See TracChangeset for help on using the changeset viewer.