diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-06 18:10:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-06 18:10:28 +0300 |
commit | 75650597de2eab62279fc20f9d5ea6a158a761ae (patch) | |
tree | b2f01a345741a4b9e8664f76df217e3495ddcb1b /copylib.cmd | |
parent | eb4b2db7495ff4088d252b5dd227acac0d9fdf11 (diff) |
import library management scripts switched to VS2022
Diffstat (limited to 'copylib.cmd')
-rw-r--r-- | copylib.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/copylib.cmd b/copylib.cmd index 4f8cd8d89d..6ce6eaa2f2 100644 --- a/copylib.cmd +++ b/copylib.cmd @@ -1,3 +1,3 @@ @echo off
-copy /Y .\Bin16\Debug\Obj\mir_core\mir_core.lib .\libs\win32
-copy /Y .\Bin16\Debug64\Obj\mir_core\mir_core.lib .\libs\win64
+copy /Y .\bin17\Debug\Obj\mir_core\mir_core.lib .\libs\win32
+copy /Y .\bin17\Debug64\Obj\mir_core\mir_core.lib .\libs\win64
|