diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-17 09:53:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-17 09:53:39 +0000 |
commit | f2d8ababda905068528b340345c74e7f56f6e364 (patch) | |
tree | 62c40545a74832622ee1f7edef7faaa4ff118a3d /copylib.cmd | |
parent | bb18d3cc1394e374f3a064ef7eadf9fed5af35de (diff) |
mir_wstrndup added, the Unicode version of mir_strndup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4066 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'copylib.cmd')
-rw-r--r-- | copylib.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/copylib.cmd b/copylib.cmd new file mode 100644 index 0000000000..6cd462b85c --- /dev/null +++ b/copylib.cmd @@ -0,0 +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
\ No newline at end of file |