diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-25 17:31:09 -0800 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-25 17:31:09 -0800 |
commit | d0b856cfbb99b1f1833a18ff556d517a7e3f04d8 (patch) | |
tree | c508f82310c51e97a5d489ebfe235f7c07dd8995 /Makefile | |
parent | fb2e7158f66796b98d5f22245d251e460456aed3 (diff) |
Making the necessary changes to get libtommath, libtomcrypt and BigInt to compile under MSVC.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ json_reader.cpp \ json_writer.cpp \ json_value.cpp \ \ -SHA1.cc \ +BSHA1.cc \ Base64.cc \ \ BLua.cc \ |