diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-15 18:00:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-15 18:00:33 +0000 |
commit | 22347e2a45e7ee6d76f33b64f65fe49ab1cf0e7d (patch) | |
tree | a176a946b708862ba44c1b564f9b6f49e43d6bd0 /plugins/HistoryPlusPlus/Hpp.dpk | |
parent | 49578f2e479df5135f36afe5ae4d6137954ed71e (diff) |
removed support for mathmodule & speech
git-svn-id: http://svn.miranda-ng.org/main/trunk@9507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/Hpp.dpk')
-rw-r--r-- | plugins/HistoryPlusPlus/Hpp.dpk | 42 |
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.
|