diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-29 20:49:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-29 20:49:44 +0000 |
commit | 14d0ed2003485ebf19d45672b065a7dd2bf5274a (patch) | |
tree | 78e4c6cf740ebfc882937fc59e96ee242f4725de /copylib.cmd | |
parent | a350048a2574bb603b8a64d210f42e449f8a4dfe (diff) |
vs2015 not to be used to build common .def & .lib files
git-svn-id: http://svn.miranda-ng.org/main/trunk@14756 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'copylib.cmd')
-rw-r--r-- | copylib.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/copylib.cmd b/copylib.cmd index f52281f684..c2208a8c97 100644 --- a/copylib.cmd +++ b/copylib.cmd @@ -4,3 +4,6 @@ copy /Y .\Bin12\Debug64\Obj\mir_core\mir_core.lib .\Bin10\lib\mir_core64.lib copy /Y .\Bin12\Debug\Obj\mir_core\mir_core.lib .\Bin12\lib
copy /Y .\Bin12\Debug64\Obj\mir_core\mir_core.lib .\Bin12\lib\mir_core64.lib
+
+copy /Y .\Bin12\Debug\Obj\mir_core\mir_core.lib .\Bin14\lib
+copy /Y .\Bin12\Debug64\Obj\mir_core\mir_core.lib .\Bin14\lib\mir_core64.lib
|