diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Tox/Tox.vcxproj | 6 | ||||
-rw-r--r-- | protocols/Tox/bin/x64/libtox.dll | bin | 2045562 -> 2997230 bytes | |||
-rw-r--r-- | protocols/Tox/bin/x64/libtox.pdb | bin | 773120 -> 0 bytes | |||
-rw-r--r-- | protocols/Tox/bin/x86/libtox.dll | bin | 1934458 -> 2726811 bytes | |||
-rw-r--r-- | protocols/Tox/bin/x86/libtox.pdb | bin | 879616 -> 0 bytes | |||
-rw-r--r-- | protocols/Tox/include/tox.h | 2 |
6 files changed, 5 insertions, 3 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj index 5f68e15f4a..a6bc2422b8 100644 --- a/protocols/Tox/Tox.vcxproj +++ b/protocols/Tox/Tox.vcxproj @@ -33,10 +33,12 @@ <AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent Condition="'$(Platform)'=='Win32'">
- <Command>xcopy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\libtox.*" /y</Command>
+ <Command>xcopy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\libtox.*" /y
+tools\cv2pdb.exe "$(SolutionDir)$(Configuration)\Libs\libtox.dll"</Command>
</PostBuildEvent>
<PostBuildEvent Condition="'$(Platform)'=='x64'">
- <Command>xcopy bin\x64\libtox.* "$(SolutionDir)$(Configuration)64\Libs\libtox.*" /y</Command>
+ <Command>xcopy bin\x64\libtox.* "$(SolutionDir)$(Configuration)64\Libs\libtox.*" /y
+tools\cv2pdb.exe "$(SolutionDir)$(Configuration)64\Libs\libtox.dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
diff --git a/protocols/Tox/bin/x64/libtox.dll b/protocols/Tox/bin/x64/libtox.dll Binary files differindex eb403d781f..6960874246 100644 --- a/protocols/Tox/bin/x64/libtox.dll +++ b/protocols/Tox/bin/x64/libtox.dll diff --git a/protocols/Tox/bin/x64/libtox.pdb b/protocols/Tox/bin/x64/libtox.pdb Binary files differdeleted file mode 100644 index d0ded34baf..0000000000 --- a/protocols/Tox/bin/x64/libtox.pdb +++ /dev/null diff --git a/protocols/Tox/bin/x86/libtox.dll b/protocols/Tox/bin/x86/libtox.dll Binary files differindex 4bda6e7c5d..1601dcd750 100644 --- a/protocols/Tox/bin/x86/libtox.dll +++ b/protocols/Tox/bin/x86/libtox.dll diff --git a/protocols/Tox/bin/x86/libtox.pdb b/protocols/Tox/bin/x86/libtox.pdb Binary files differdeleted file mode 100644 index 3c889fa854..0000000000 --- a/protocols/Tox/bin/x86/libtox.pdb +++ /dev/null diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index ef38789370..373138c4eb 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -180,7 +180,7 @@ uint32_t tox_version_minor(void); * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -#define TOX_VERSION_PATCH 9 +#define TOX_VERSION_PATCH 10 uint32_t tox_version_patch(void); |