diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-19 21:01:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-19 21:01:00 +0000 |
commit | 618dad69404afb131ec2e2207dd0f642f09a1e86 (patch) | |
tree | dc081e98e89222b8ed492c8eb3c26a5b4faf4038 /include/delphi/m_core.inc | |
parent | c67f96aa215ed9144c445643780b2419285769a3 (diff) |
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
Diffstat (limited to 'include/delphi/m_core.inc')
-rw-r--r-- | include/delphi/m_core.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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
|