diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-01-03 08:12:27 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-01-03 08:12:27 +0000 |
commit | f1f8a71bd4df7f239e28a9625b82ee02428c3f3f (patch) | |
tree | 9bfbccff9826c0cb530805eec4373a1365122201 /protocols/Tox/tox/generate_libs.cmd | |
parent | c42d4e21629ebefaf5a720c5270e77187edfc720 (diff) |
Tox: work commit
- removed *.lib and lib generator
- disabled profile encryption and import
- loading tox profile on connection
- project reordering
- http proxy support
git-svn-id: http://svn.miranda-ng.org/main/trunk@11730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/tox/generate_libs.cmd')
-rw-r--r-- | protocols/Tox/tox/generate_libs.cmd | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Tox/tox/generate_libs.cmd b/protocols/Tox/tox/generate_libs.cmd deleted file mode 100644 index ed34b3afbc..0000000000 --- a/protocols/Tox/tox/generate_libs.cmd +++ /dev/null @@ -1,4 +0,0 @@ -rmdir /S /Q lib\x86
-deflibcreator\deflibcreator dll\x86\libtox.dll lib\x86\
-rmdir /S /Q lib\x64
-deflibcreator\deflibcreator dll\x64\libtox.dll lib\x64\
|