diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-16 20:51:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-16 20:51:32 +0300 |
commit | 4269a726e3ca96a1676d35600f32c29ae5e120a6 (patch) | |
tree | 11524955096f38f9d5a0e9721199ce3de9a88a88 /copylib.cmd | |
parent | 50c645c58d949b83176d93a0c4f33f7cb856ed73 (diff) |
duplicated lib folders no needed anymore
Diffstat (limited to 'copylib.cmd')
-rw-r--r-- | copylib.cmd | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/copylib.cmd b/copylib.cmd index c2208a8c97..9f367a96fe 100644 --- a/copylib.cmd +++ b/copylib.cmd @@ -1,9 +1,3 @@ @echo off
-copy /Y .\Bin12\Debug\Obj\mir_core\mir_core.lib .\Bin10\lib
-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
+copy /Y .\Bin12\Debug\Obj\mir_core\mir_core.lib .\libs\win32
+copy /Y .\Bin12\Debug64\Obj\mir_core\mir_core.lib .\libs\win64
|