diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-11 08:02:17 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-11 08:50:42 +0200 |
commit | 5f866c4a4b44d39b827a99d82006fa2d375c0ba9 (patch) | |
tree | ec36b7ca3a260350fab344346cc5e8148d5b3559 /Makefile | |
parent | a702df0e6b2cf5d523a8db764d6523d868eba8df (diff) |
Adding BigInts, based off libtomcrypto / libtommath.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -41,6 +41,8 @@ Async.cc \ BString.cc \ Main.cc \ Printer.cc \ +BigInt.cc \ +BRegex.cc \ \ Handle.cc \ Input.cc \ @@ -63,13 +65,9 @@ HttpServer.cc \ SimpleMustache.cc \ \ BLua.cc \ -\ LuaHandle.cc \ -\ LuaTask.cc \ \ -BRegex.cc \ -\ lcrypt.c \ ifeq ($(SYSTEM),MINGW32) @@ -101,6 +99,7 @@ event.c \ TEST_SOURCES = \ test-Sanity.cc \ +test-BigInt.cc \ test-String.cc \ test-Tasks.cc \ test-Threads.cc \ |