summaryrefslogtreecommitdiff
path: root/protocols/Tox/copydll.cmd
diff options
context:
space:
mode:
authorAlex <aunsane@gmail.com>2017-12-16 20:26:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-12-16 20:26:23 +0300
commit41a5dbf4d9d937b5fe9df3c700e8c43c82f2343c (patch)
treed765c53432332e29b4e088d12db500e8aea6f2cb /protocols/Tox/copydll.cmd
parentfa47233bca994ad009ad3536e1eeea3abd03ca39 (diff)
Tox: (#1068)
- moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump
Diffstat (limited to 'protocols/Tox/copydll.cmd')
-rw-r--r--protocols/Tox/copydll.cmd7
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Tox/copydll.cmd b/protocols/Tox/copydll.cmd
deleted file mode 100644
index dffde39b53..0000000000
--- a/protocols/Tox/copydll.cmd
+++ /dev/null
@@ -1,7 +0,0 @@
-@echo off
-set p1=%1
-set p2=%2
-set p3="%~2\libtox.dll"
-copy /y bin\%p1%\libtox.dll %p2%
-tools\cv2pdb.exe %p3%
-exit 0