summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/compiler
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-22 03:28:19 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-02-22 03:28:19 +0000
commit622c7b0b8dbd086a7a90d46e1c3727d267b9469d (patch)
treefe84109ec3c336dd78f1e0fd7c043c4b14eb6504 /otherlibs/labltk/compiler
parentd645ee43e9aa14fdba34ba2305213f1536374bec (diff)
ajout de printer.ml
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2845 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/compiler')
-rw-r--r--otherlibs/labltk/compiler/Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/compiler/Makefile.nt b/otherlibs/labltk/compiler/Makefile.nt
index 0187d2cb2..0264ab191 100644
--- a/otherlibs/labltk/compiler/Makefile.nt
+++ b/otherlibs/labltk/compiler/Makefile.nt
@@ -1,7 +1,7 @@
!include ..\support\Makefile.common.nt
OBJS=tsort.cmo tables.cmo lexer.cmo parser.cmo compile.cmo intf.cmo \
- maincompile.cmo
+ printer.cmo maincompile.cmo
tkcompiler : $(OBJS)
$(LABLC) $(LINKFLAGS) -o tkcompiler $(OBJS)