source: GraphicTest/Packages/Graphics32/Packages/XE4/GR32_D.dpk

Last change on this file was 522, checked in by chronos, 7 years ago
  • Modified: Updated Graphics32 library.
File size: 1013 bytes
Line 
1package GR32_D;
2
3{$R '..\..\GR32_Reg.dcr'}
4{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
5{$ALIGN 8}
6{$ASSERTIONS ON}
7{$BOOLEVAL OFF}
8{$DEBUGINFO ON}
9{$EXTENDEDSYNTAX ON}
10{$IMPORTEDDATA ON}
11{$IOCHECKS ON}
12{$LOCALSYMBOLS ON}
13{$LONGSTRINGS ON}
14{$OPENSTRINGS ON}
15{$OPTIMIZATION OFF}
16{$OVERFLOWCHECKS OFF}
17{$RANGECHECKS OFF}
18{$REFERENCEINFO ON}
19{$SAFEDIVIDE OFF}
20{$STACKFRAMES ON}
21{$TYPEDADDRESS OFF}
22{$VARSTRINGCHECKS ON}
23{$WRITEABLECONST OFF}
24{$MINENUMSIZE 1}
25{$IMAGEBASE $400000}
26{$DEFINE DEBUG}
27{$ENDIF IMPLICITBUILDING}
28{$DESCRIPTION 'Graphics32 Design Time Package'}
29{$LIBSUFFIX 'XE4'}
30{$IMPLICITBUILD ON}
31
32requires
33 DesignIde,
34 Rtl,
35 Vcl,
36 VclSmp,
37 GR32_R;
38
39contains
40 GR32_Dsgn_Bitmap in '..\..\GR32_Dsgn_Bitmap.pas' {PictureEditorForm},
41 GR32_Reg in '..\..\GR32_Reg.pas',
42 GR32_Dsgn_Color in '..\..\GR32_Dsgn_Color.pas',
43 GR32_Dsgn_ColorPicker in '..\..\GR32_Dsgn_ColorPicker.pas',
44 GR32_Dsgn_Misc in '..\..\GR32_Dsgn_Misc.pas';
45
46end.
Note: See TracBrowser for help on using the repository browser.