source: GraphicTest/Packages/Graphics32/Packages/GR32_RS2006.dpk

Last change on this file was 522, checked in by chronos, 6 years ago
  • Modified: Updated Graphics32 library.
File size: 2.3 KB
Line 
1package GR32_RS2006;
2
3{$R *.res}
4{$ALIGN 8}
5{$ASSERTIONS ON}
6{$BOOLEVAL OFF}
7{$DEBUGINFO ON}
8{$EXTENDEDSYNTAX ON}
9{$IMPORTEDDATA ON}
10{$IOCHECKS ON}
11{$LOCALSYMBOLS ON}
12{$LONGSTRINGS ON}
13{$OPENSTRINGS ON}
14{$OPTIMIZATION ON}
15{$OVERFLOWCHECKS OFF}
16{$RANGECHECKS OFF}
17{$REFERENCEINFO ON}
18{$SAFEDIVIDE OFF}
19{$STACKFRAMES OFF}
20{$TYPEDADDRESS OFF}
21{$VARSTRINGCHECKS ON}
22{$WRITEABLECONST ON}
23{$MINENUMSIZE 1}
24{$IMAGEBASE $400000}
25{$DESCRIPTION 'Graphics32'}
26{$IMPLICITBUILD ON}
27
28requires
29 vcl,
30 rtl;
31
32contains
33 GR32 in '..\..\GR32.pas',
34 GR32_Backends in '..\..\GR32_Backends.pas',
35 GR32_Backends_Generic in '..\..\GR32_Backends_Generic.pas',
36 GR32_Backends_VCL in '..\..\GR32_Backends_VCL.pas',
37 GR32_Bindings in '..\..\GR32_Bindings.pas',
38 GR32_Blend in '..\..\GR32_Blend.pas',
39 GR32_BlendASM in '..\..\GR32_BlendASM.pas',
40 GR32_BlendMMX in '..\..\GR32_BlendMMX.pas',
41 GR32_BlendSSE2 in '..\..\GR32_BlendSSE2.pas',
42 GR32_Brushes in '..\..\GR32_Brushes.pas',
43 GR32_ColorGradients in '..\..\GR32_ColorGradients.pas',
44 GR32_ColorPicker in '..\..\GR32_ColorPicker.pas',
45 GR32_ColorSwatch in '..\..\GR32_ColorSwatch.pas',
46 GR32_Containers in '..\..\GR32_Containers.pas',
47 GR32_ExtImage in '..\..\GR32_ExtImage.pas',
48 GR32_Filters in '..\..\GR32_Filters.pas',
49 GR32_Gamma in '..\..\GR32_Gamma.pas',
50 GR32_Geometry in '..\..\GR32_Geometry.pas',
51 GR32_Image in '..\..\GR32_Image.pas',
52 GR32_Layers in '..\..\GR32_Layers.pas',
53 GR32_LowLevel in '..\..\GR32_LowLevel.pas',
54 GR32_Math in '..\..\GR32_Math.pas',
55 GR32_MicroTiles in '..\..\GR32_MicroTiles.pas',
56 GR32_OrdinalMaps in '..\..\GR32_OrdinalMaps.pas',
57 GR32_Paths in '..\..\GR32_Paths.pas',
58 GR32_Polygons in '..\..\GR32_Polygons.pas',
59 GR32_PolygonsAggLite in '..\..\GR32_PolygonsAggLite.pas',
60 GR32_RangeBars in '..\..\GR32_RangeBars.pas',
61 GR32_Rasterizers in '..\..\GR32_Rasterizers.pas',
62 GR32_RepaintOpt in '..\..\GR32_RepaintOpt.pas',
63 GR32_Resamplers in '..\..\GR32_Resamplers.pas',
64 GR32_System in '..\..\GR32_System.pas',
65 GR32_Transforms in '..\..\GR32_Transforms.pas',
66 GR32_VectorMaps in '..\..\GR32_VectorMaps.pas',
67 GR32_VectorUtils in '..\..\GR32_VectorUtils.pas',
68 GR32_VPR in '..\..\GR32_VPR.pas',
69 GR32_Text_VCL in '..\..\GR32_Text_VCL.pas',
70 GR32_XPThemes in '..\..\GR32_XPThemes.pas';
71
72end.
Note: See TracBrowser for help on using the repository browser.