From 5f866c4a4b44d39b827a99d82006fa2d375c0ba9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 11 Aug 2013 08:02:17 +0200 Subject: Adding BigInts, based off libtomcrypto / libtommath. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab2c6bd..c155c10 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3