summaryrefslogtreecommitdiff
path: root/plugins/HistoryPlusPlus/Hpp.dpk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryPlusPlus/Hpp.dpk')
-rw-r--r--plugins/HistoryPlusPlus/Hpp.dpk42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/HistoryPlusPlus/Hpp.dpk b/plugins/HistoryPlusPlus/Hpp.dpk
new file mode 100644
index 0000000000..c3b5714fe0
--- /dev/null
+++ b/plugins/HistoryPlusPlus/Hpp.dpk
@@ -0,0 +1,42 @@
+package Hpp;
+
+{$R *.res}
+{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
+{$ALIGN 8}
+{$ASSERTIONS ON}
+{$BOOLEVAL OFF}
+{$DEBUGINFO ON}
+{$EXTENDEDSYNTAX ON}
+{$IMPORTEDDATA ON}
+{$IOCHECKS ON}
+{$LOCALSYMBOLS ON}
+{$LONGSTRINGS ON}
+{$OPENSTRINGS ON}
+{$OPTIMIZATION OFF}
+{$OVERFLOWCHECKS OFF}
+{$RANGECHECKS OFF}
+{$REFERENCEINFO ON}
+{$SAFEDIVIDE OFF}
+{$STACKFRAMES ON}
+{$TYPEDADDRESS OFF}
+{$VARSTRINGCHECKS ON}
+{$WRITEABLECONST OFF}
+{$MINENUMSIZE 1}
+{$IMAGEBASE $400000}
+{$DEFINE DEBUG}
+{$ENDIF IMPLICITBUILDING}
+{$DESCRIPTION 'History++'}
+{$IMPLICITBUILD ON}
+
+requires
+ rtl,
+ designide,
+ vcl,
+ vclactnband,
+ vclx,
+ xmlrtl;
+
+contains
+ HistoryControls_Design in 'HistoryControls_Design.pas';
+
+end.