Skip to content

Commit 88fc5cc

Browse files
committed
! Fixed design package
1 parent 51c98e0 commit 88fc5cc

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Packages/XE7/AggPasDesign.dpk

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
11
package AggPasDesign;
22

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 OFF}
23-
{$MINENUMSIZE 1}
24-
{$IMAGEBASE $400000}
25-
{$DEFINE DEBUG}
26-
{$R *.res}
273
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
284
{$ALIGN 8}
295
{$ASSERTIONS ON}

0 commit comments

Comments
 (0)