Ignore:
Timestamp:
Apr 8, 2022, 9:43:55 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use Generics.Collection instead of fgl for better Delphi compatibility.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/SynEditEx/SynEditEx.lpk

    r121 r128  
    77      <Version Value="11"/>
    88      <SearchPaths>
    9         <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
     9        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
    1010      </SearchPaths>
     11      <Parsing>
     12        <SyntaxOptions>
     13          <SyntaxMode Value="Delphi"/>
     14          <CStyleOperator Value="False"/>
     15          <AllowLabel Value="False"/>
     16          <CPPInline Value="False"/>
     17        </SyntaxOptions>
     18      </Parsing>
     19      <CodeGeneration>
     20        <Optimizations>
     21          <OptimizationLevel Value="0"/>
     22        </Optimizations>
     23      </CodeGeneration>
     24      <Linking>
     25        <Debugging>
     26          <GenerateDebugInfo Value="False"/>
     27        </Debugging>
     28      </Linking>
    1129    </CompilerOptions>
    1230    <Files>
Note: See TracChangeset for help on using the changeset viewer.