From 74f4ceeb3f3801f53975f6ad6d7d6bad8eee6a0e Mon Sep 17 00:00:00 2001 From: Jacques Garrigue Date: Wed, 8 Mar 2000 03:44:49 +0000 Subject: [PATCH] ajout des entiers natifs git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2924 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/threads/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index 5e2232609..5535c6390 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -34,7 +34,8 @@ LIB_OBJS=pervasives.cmo \ $(LIB)/printf.cmo $(LIB)/format.cmo $(LIB)/arg.cmo \ $(LIB)/printexc.cmo $(LIB)/gc.cmo $(LIB)/digest.cmo $(LIB)/random.cmo \ $(LIB)/oo.cmo $(LIB)/genlex.cmo $(LIB)/callback.cmo $(LIB)/weak.cmo \ - $(LIB)/lazy.cmo $(LIB)/filename.cmo + $(LIB)/lazy.cmo $(LIB)/filename.cmo $(LIB)/int32.cmo $(LIB)/int64.cmo \ + $(LIB)/nativeint.cmo all: libthreads.a threads.cma stdlib.cma