diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-17 12:24:42 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2002-06-17 12:24:42 +0000 |
commit | 435e5f3eda748e52d347cf91f44b0d008e2f2d12 (patch) | |
tree | 42b28cb7c3e19709e227bde167907f447a394419 | |
parent | 8388bbe7d23fc797f1360036b808d510cf01fdce (diff) |
MAJ PUBLIC_INCLUDES
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4925 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | byterun/Makefile.nt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt index c00dc47eb..506ae7549 100644 --- a/byterun/Makefile.nt +++ b/byterun/Makefile.nt @@ -34,7 +34,8 @@ PRIMS=alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c \ signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c \ dynlink.c -PUBLIC_INCLUDES=mlvalues.h alloc.h misc.h callback.h fail.h custom.h intext.h +PUBLIC_INCLUDES=alloc.h callback.h config.h custom.h fail.h intext.h \ + memory.h misc.h mlvalues.h all: ocamlrun.exe libcamlrun.$(A) |