Changeset 521 for GraphicTest/Packages/Graphics32
- Timestamp:
- Apr 17, 2019, 12:58:41 AM (6 years ago)
- Location:
- GraphicTest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest
- Property svn:ignore
-
old new 8 8 GraphicTest.lps 9 9 GraphicTest.dbg 10 heaptrclog.trc
-
- Property svn:ignore
-
GraphicTest/Packages/Graphics32/Packages/GR32_L.lpk
r452 r521 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 3 <Package Version="4"> … … 13 13 <IncludeFiles Value=".."/> 14 14 <OtherUnitFiles Value=".."/> 15 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) \$(LCLWidgetType)"/>15 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)\$(LCLWidgetType)"/> 16 16 </SearchPaths> 17 17 <Parsing> … … 23 23 </SyntaxOptions> 24 24 </Parsing> 25 <Other> 26 <CompilerMessages> 27 <UseMsgFile Value="True"/> 28 </CompilerMessages> 29 <CompilerPath Value="$(CompPath)"/> 30 </Other> 25 <CodeGeneration> 26 <Optimizations> 27 <OptimizationLevel Value="0"/> 28 </Optimizations> 29 </CodeGeneration> 30 <Linking> 31 <Debugging> 32 <GenerateDebugInfo Value="False"/> 33 </Debugging> 34 </Linking> 31 35 </CompilerOptions> 32 36 <Description Value="Graphics32 is a library designed for fast 32-bit graphics handling on Delphi and Kylix. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2–5 times faster in drawing lines. … … 154 158 <PublishOptions> 155 159 <Version Value="2"/> 156 <IgnoreBinaries Value="False"/>157 160 </PublishOptions> 158 161 <CustomOptions Items="ExternHelp" Version="2">
Note:
See TracChangeset
for help on using the changeset viewer.