Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (8 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/GraphicTest.lpi

    r543 r573  
    22<CONFIG>
    33  <ProjectOptions>
    4     <Version Value="11"/>
     4    <Version Value="12"/>
    55    <General>
     6      <Flags>
     7        <CompatibilityMode Value="True"/>
     8      </Flags>
    69      <SessionStorage Value="InProjectDir"/>
    7       <MainUnit Value="0"/>
    810      <Scaled Value="True"/>
    911      <UseXPManifest Value="True"/>
     
    3133              <CStyleOperator Value="False"/>
    3234              <AllowLabel Value="False"/>
     35              <UseAnsiStrings Value="False"/>
    3336              <CPPInline Value="False"/>
    34               <UseAnsiStrings Value="False"/>
    3537            </SyntaxOptions>
    3638          </Parsing>
     
    9597      </Unit0>
    9698      <Unit1>
    97         <Filename Value="Forms/UFormMain.pas"/>
     99        <Filename Value="Forms/FormMain.pas"/>
    98100        <IsPartOfProject Value="True"/>
    99101        <ComponentName Value="FormMain"/>
     
    102104      </Unit1>
    103105      <Unit2>
    104         <Filename Value="UPlatform.pas"/>
     106        <Filename Value="Platform.pas"/>
    105107        <IsPartOfProject Value="True"/>
    106108      </Unit2>
    107109      <Unit3>
    108         <Filename Value="UDrawMethod.pas"/>
     110        <Filename Value="DrawMethod.pas"/>
    109111        <IsPartOfProject Value="True"/>
    110112      </Unit3>
    111113      <Unit4>
    112         <Filename Value="UFastBitmap.pas"/>
     114        <Filename Value="FastBitmap.pas"/>
    113115        <IsPartOfProject Value="True"/>
    114116      </Unit4>
    115117      <Unit5>
    116         <Filename Value="Forms/UFormDraw.pas"/>
     118        <Filename Value="Forms/FormDraw.pas"/>
    117119        <IsPartOfProject Value="True"/>
    118120        <ComponentName Value="FormDraw"/>
     
    121123      </Unit5>
    122124      <Unit6>
    123         <Filename Value="Methods/UMethodCanvasPixels.pas"/>
     125        <Filename Value="Methods/MethodCanvasPixels.pas"/>
    124126        <IsPartOfProject Value="True"/>
    125127      </Unit6>
    126128      <Unit7>
    127         <Filename Value="Methods/UMethodCanvasPixelsUpdateLock.pas"/>
     129        <Filename Value="Methods/MethodCanvasPixelsUpdateLock.pas"/>
    128130        <IsPartOfProject Value="True"/>
    129131      </Unit7>
    130132      <Unit8>
    131         <Filename Value="Methods/UMethodLazIntfImageColorsCopy.pas"/>
     133        <Filename Value="Methods/MethodLazIntfImageColorsCopy.pas"/>
    132134        <IsPartOfProject Value="True"/>
    133135      </Unit8>
    134136      <Unit9>
    135         <Filename Value="Methods/UMethodLazIntfImageColorsNoCopy.pas"/>
     137        <Filename Value="Methods/MethodLazIntfImageColorsNoCopy.pas"/>
    136138        <IsPartOfProject Value="True"/>
    137139      </Unit9>
    138140      <Unit10>
    139         <Filename Value="Methods/UMethodBGRABitmap.pas"/>
     141        <Filename Value="Methods/MethodBGRABitmap.pas"/>
    140142        <IsPartOfProject Value="True"/>
    141143      </Unit10>
    142144      <Unit11>
    143         <Filename Value="Methods/UMethodBitmapRawImageDataPaintBox.pas"/>
     145        <Filename Value="Methods/MethodBitmapRawImageDataPaintBox.pas"/>
    144146        <IsPartOfProject Value="True"/>
    145147      </Unit11>
    146148      <Unit12>
    147         <Filename Value="Methods/UMethodBitmapRawImageData.pas"/>
     149        <Filename Value="Methods/MethodBitmapRawImageData.pas"/>
    148150        <IsPartOfProject Value="True"/>
    149151      </Unit12>
    150152      <Unit13>
    151         <Filename Value="Methods/UMethodDummy.pas"/>
     153        <Filename Value="Methods/MethodDummy.pas"/>
    152154        <IsPartOfProject Value="True"/>
    153155      </Unit13>
    154156      <Unit14>
    155         <Filename Value="Methods/UMethodBitmapRawImageDataMove.pas"/>
     157        <Filename Value="Methods/MethodBitmapRawImageDataMove.pas"/>
    156158        <IsPartOfProject Value="True"/>
    157159      </Unit14>
    158160      <Unit15>
    159         <Filename Value="Methods/UMethodOpenGL.pas"/>
     161        <Filename Value="Methods/MethodOpenGL.pas"/>
    160162        <IsPartOfProject Value="True"/>
    161163      </Unit15>
    162164      <Unit16>
    163         <Filename Value="Methods/UMethodOpenGLPBO.pas"/>
     165        <Filename Value="Methods/MethodOpenGLPBO.pas"/>
    164166        <IsPartOfProject Value="True"/>
    165167      </Unit16>
    166168      <Unit17>
    167         <Filename Value="Methods/UMethodGraphics32.pas"/>
     169        <Filename Value="Methods/MethodGraphics32.pas"/>
    168170        <IsPartOfProject Value="True"/>
    169171      </Unit17>
    170172      <Unit18>
    171         <Filename Value="Methods/UMethodBitmapScanline.pas"/>
     173        <Filename Value="Methods/MethodBitmapScanline.pas"/>
    172174        <IsPartOfProject Value="True"/>
    173175      </Unit18>
    174176      <Unit19>
    175         <Filename Value="Methods/UMethodMove.pas"/>
     177        <Filename Value="Methods/MethodMove.pas"/>
    176178        <IsPartOfProject Value="True"/>
    177179      </Unit19>
     
    194196        <IncludeAssertionCode Value="True"/>
    195197        <AllowLabel Value="False"/>
     198        <UseAnsiStrings Value="False"/>
    196199        <CPPInline Value="False"/>
    197         <UseAnsiStrings Value="False"/>
    198200      </SyntaxOptions>
    199201    </Parsing>
     
    209211    <Linking>
    210212      <Debugging>
     213        <DebugInfoType Value="dsDwarf3"/>
    211214        <UseHeaptrc Value="True"/>
    212215      </Debugging>
Note: See TracChangeset for help on using the changeset viewer.