diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-17 09:41:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-17 09:41:54 (GMT) |
commit | 6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e (patch) | |
tree | 2faf9fc59ff89c42f2cfb67ce66c213c4bf48d68 /libtommath/libtommath_VS2008.vcproj | |
parent | 16a6b9c3c11a42703b6a95fdd027633b5e1cd1fa (diff) | |
download | tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.zip tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.tar.gz tcl-6dd152f0407fefebbdd94e2aa2e3c9fd7e23ad6e.tar.bz2 |
Update libtommath to v1.2.0-rc1
Diffstat (limited to 'libtommath/libtommath_VS2008.vcproj')
-rw-r--r-- | libtommath/libtommath_VS2008.vcproj | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/libtommath/libtommath_VS2008.vcproj b/libtommath/libtommath_VS2008.vcproj index 6a1a294..67cc89b 100644 --- a/libtommath/libtommath_VS2008.vcproj +++ b/libtommath/libtommath_VS2008.vcproj @@ -429,10 +429,6 @@ >
</File>
<File
- RelativePath="bn_mp_export.c"
- >
- </File>
- <File
RelativePath="bn_mp_expt_u32.c"
>
</File>
@@ -505,14 +501,6 @@ >
</File>
<File
- RelativePath="bn_mp_ilogb.c"
- >
- </File>
- <File
- RelativePath="bn_mp_import.c"
- >
- </File>
- <File
RelativePath="bn_mp_incr.c"
>
</File>
@@ -593,6 +581,10 @@ >
</File>
<File
+ RelativePath="bn_mp_log_u32.c"
+ >
+ </File>
+ <File
RelativePath="bn_mp_lshd.c"
>
</File>
@@ -649,6 +641,14 @@ >
</File>
<File
+ RelativePath="bn_mp_pack.c"
+ >
+ </File>
+ <File
+ RelativePath="bn_mp_pack_count.c"
+ >
+ </File>
+ <File
RelativePath="bn_mp_prime_fermat.c"
>
</File>
@@ -833,6 +833,10 @@ >
</File>
<File
+ RelativePath="bn_mp_unpack.c"
+ >
+ </File>
+ <File
RelativePath="bn_mp_xor.c"
>
</File>
|