source: GraphicTest/Packages/Graphics32/Packages/XE7/GR32_R.dpk

Last change on this file was 522, checked in by chronos, 6 years ago
  • Modified: Updated Graphics32 library.
File size: 2.4 KB
Line 
1package GR32_R;
2
3{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
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 OFF}
15{$OVERFLOWCHECKS OFF}
16{$RANGECHECKS OFF}
17{$REFERENCEINFO ON}
18{$SAFEDIVIDE OFF}
19{$STACKFRAMES ON}
20{$TYPEDADDRESS OFF}
21{$VARSTRINGCHECKS ON}
22{$WRITEABLECONST ON}
23{$MINENUMSIZE 1}
24{$IMAGEBASE $400000}
25{$DEFINE DEBUG}
26{$ENDIF IMPLICITBUILDING}
27{$DESCRIPTION 'Graphics32'}
28{$LIBSUFFIX 'XE7'}
29{$RUNONLY}
30{$IMPLICITBUILD ON}
31
32requires
33 vcl;
34
35contains
36 GR32 in '..\..\GR32.pas',
37 GR32_Backends in '..\..\GR32_Backends.pas',
38 GR32_Backends_Generic in '..\..\GR32_Backends_Generic.pas',
39 GR32_Backends_VCL in '..\..\GR32_Backends_VCL.pas',
40 GR32_Bindings in '..\..\GR32_Bindings.pas',
41 GR32_Blend in '..\..\GR32_Blend.pas',
42 GR32_BlendASM in '..\..\GR32_BlendASM.pas',
43 GR32_BlendMMX in '..\..\GR32_BlendMMX.pas',
44 GR32_BlendSSE2 in '..\..\GR32_BlendSSE2.pas',
45 GR32_Brushes in '..\..\GR32_Brushes.pas',
46 GR32_ColorGradients in '..\..\GR32_ColorGradients.pas',
47 GR32_ColorPicker in '..\..\GR32_ColorPicker.pas',
48 GR32_ColorSwatch in '..\..\GR32_ColorSwatch.pas',
49 GR32_Containers in '..\..\GR32_Containers.pas',
50 GR32_ExtImage in '..\..\GR32_ExtImage.pas',
51 GR32_Filters in '..\..\GR32_Filters.pas',
52 GR32_Gamma in '..\..\GR32_Gamma.pas',
53 GR32_Geometry in '..\..\GR32_Geometry.pas',
54 GR32_Image in '..\..\GR32_Image.pas',
55 GR32_Layers in '..\..\GR32_Layers.pas',
56 GR32_LowLevel in '..\..\GR32_LowLevel.pas',
57 GR32_Math in '..\..\GR32_Math.pas',
58 GR32_MicroTiles in '..\..\GR32_MicroTiles.pas',
59 GR32_OrdinalMaps in '..\..\GR32_OrdinalMaps.pas',
60 GR32_Paths in '..\..\GR32_Paths.pas',
61 GR32_Polygons in '..\..\GR32_Polygons.pas',
62 GR32_PolygonsAggLite in '..\..\GR32_PolygonsAggLite.pas',
63 GR32_RangeBars in '..\..\GR32_RangeBars.pas',
64 GR32_Rasterizers in '..\..\GR32_Rasterizers.pas',
65 GR32_RepaintOpt in '..\..\GR32_RepaintOpt.pas',
66 GR32_Resamplers in '..\..\GR32_Resamplers.pas',
67 GR32_System in '..\..\GR32_System.pas',
68 GR32_Transforms in '..\..\GR32_Transforms.pas',
69 GR32_VectorMaps in '..\..\GR32_VectorMaps.pas',
70 GR32_VectorUtils in '..\..\GR32_VectorUtils.pas',
71 GR32_VPR in '..\..\GR32_VPR.pas',
72 GR32_Text_VCL in '..\..\GR32_Text_VCL.pas',
73 GR32_XPThemes in '..\..\GR32_XPThemes.pas';
74
75end.
Note: See TracBrowser for help on using the repository browser.