From 618dad69404afb131ec2e2207dd0f642f09a1e86 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 19 Jun 2015 21:01:00 +0000 Subject: Miranda libs to have the .mir extension, to prevent conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@14272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 4 ++-- include/delphi/m_json.inc | 2 +- include/delphi/m_zlib.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 7a3cb5d8e7..624d5cd317 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -25,8 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. const - CoreDLL = 'mir_core.dll'; - AppDLL = 'mir_app.dll'; + CoreDLL = 'mir_core.mir'; + AppDLL = 'mir_app.mir'; /////////////////////////////////////////////////////////////////////////////// // command line support diff --git a/include/delphi/m_json.inc b/include/delphi/m_json.inc index 4c15fc168e..bb5b831527 100644 --- a/include/delphi/m_json.inc +++ b/include/delphi/m_json.inc @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. {$DEFINE MIM_LIBJSON} const - JsonDLL = 'libjson.dll'; + JsonDLL = 'libjson.mir'; type PJSONNODE = ^TJSONNODE; diff --git a/include/delphi/m_zlib.inc b/include/delphi/m_zlib.inc index fe17cc398f..05848515be 100644 --- a/include/delphi/m_zlib.inc +++ b/include/delphi/m_zlib.inc @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. {$DEFINE M_ZLIB} const - ZlibDLL = 'zlib.dll'; + ZlibDLL = 'zlib.mir'; Z_NO_FLUSH = 0; Z_PARTIAL_FLUSH = 1; -- cgit v1.2.3