summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-09-04 15:52:56 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-09-04 15:52:56 +0000
commitad29eb39c2b8c815e8e91c157dab2cddf6f93af3 (patch)
treebb079cb71351a53324d88607df6d8071463dadc6
parenta0c8d7373311facda78d250751203371cc0487b2 (diff)
Ajout de startup.c
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@953 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--byterun/Makefile.nt10
1 files changed, 5 insertions, 5 deletions
diff --git a/byterun/Makefile.nt b/byterun/Makefile.nt
index 10a116bdb..33037300c 100644
--- a/byterun/Makefile.nt
+++ b/byterun/Makefile.nt
@@ -3,11 +3,11 @@
CC=$(BYTECC)
CFLAGS=$(BYTECCCOMPOPTS)
-OBJS=interp.obj misc.obj stacks.obj fix_code.obj main.obj fail.obj \
- signals.obj freelist.obj major_gc.obj minor_gc.obj memory.obj alloc.obj \
- roots.obj compare.obj ints.obj floats.obj str.obj array.obj io.obj \
- extern.obj intern.obj hash.obj sys.obj meta.obj parsing.obj gc_ctrl.obj \
- terminfo.obj md5.obj obj.obj lexing.obj
+OBJS=interp.obj misc.obj stacks.obj fix_code.obj startup.obj main.obj \
+ fail.obj signals.obj freelist.obj major_gc.obj minor_gc.obj \
+ memory.obj alloc.obj roots.obj compare.obj ints.obj floats.obj \
+ str.obj array.obj io.obj extern.obj intern.obj hash.obj sys.obj \
+ meta.obj parsing.obj gc_ctrl.obj terminfo.obj md5.obj obj.obj lexing.obj
PRIMS=array.c compare.c extern.c floats.c gc_ctrl.c hash.c \
intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c \