diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-09 18:39:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-09 18:39:03 +0000 |
commit | f5add60f90e833abe8817bbe3beb64fe5a2b76a8 (patch) | |
tree | 145f0aa625d0d465027c8e618ff88d90f35da107 /copylib.cmd | |
parent | 7eb32d55bc5a4a195ddf903c83b8da47f449fa5f (diff) |
db_get_contact - fast access to the cached contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@8518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'copylib.cmd')
-rw-r--r-- | copylib.cmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/copylib.cmd b/copylib.cmd index 96f3832ae1..6378049b2d 100644 --- a/copylib.cmd +++ b/copylib.cmd @@ -1,7 +1,5 @@ @echo off
copy /Y .\Bin10\Debug\Obj\mir_core\mir_core.lib .\Bin10\lib
copy /Y .\Bin10\Debug64\Obj\mir_core\mir_core64.lib .\Bin10\lib
-copy /Y .\Bin11\Debug\Obj\mir_core\mir_core.lib .\Bin11\lib
-copy /Y .\Bin11\Debug64\Obj\mir_core\mir_core64.lib .\Bin11\lib
copy /Y .\Bin12\Debug\Obj\mir_core\mir_core.lib .\Bin12\lib
copy /Y .\Bin12\Debug64\Obj\mir_core\mir_core64.lib .\Bin12\lib
\ No newline at end of file |