summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-25 17:31:09 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-25 17:31:09 -0800
commitd0b856cfbb99b1f1833a18ff556d517a7e3f04d8 (patch)
treec508f82310c51e97a5d489ebfe235f7c07dd8995 /Makefile
parentfb2e7158f66796b98d5f22245d251e460456aed3 (diff)
Making the necessary changes to get libtommath, libtomcrypt and BigInt to compile under MSVC.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a59dc1..f5481e3 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ json_reader.cpp \
json_writer.cpp \
json_value.cpp \
\
-SHA1.cc \
+BSHA1.cc \
Base64.cc \
\
BLua.cc \